diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,10 +4,11 @@ This is a game of Asteroids, created with the help of the guided project course ## Installation -First, clone this repo: +First, clone this repo and go into its directory: ``` git clone https://github.com/yuzu-eva/asteroids.git + cd asteroids ``` You need Python3 and pygame installed. @@ -35,7 +36,7 @@ After you're done playing the game, you can leave the virtual environment with: ## Instructions -Go forward and backward with the UP and DOWN arrow keys -Rotate your ship with LEFT and RIGHT arrow keys +Go forward and backward with the UP and DOWN arrow keys +Rotate your ship with LEFT and RIGHT arrow keys Shoot the asteroids with SPACEBAR Quit the game with Q |
