Skip to content

Commit

Permalink
Luchao's auto-commitment using shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaoqi committed May 13, 2021
1 parent 1aba119 commit 6e3fdf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ Python-based spaceship dodging game in terminal using curses (windows-curses), n
### Linux

```bash
# unit test for windows
# unit test for linux
conda env create -f environment.yml -n spaceship # env name
# OR create a new env from scratch
conda create -n spaceship python
conda activate spaceship
# run the program
python test.py --canvas_height 30 --canvas_width 30 --diff_level 2
Expand Down

0 comments on commit 6e3fdf8

Please sign in to comment.