diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-09-22 12:24:59 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-09-22 12:24:59 +0200 |
| commit | f04737939c9b7ee23e263445face02ac878c5da8 (patch) | |
| tree | 5249d383b35f5d42074cbb5497967269cafbae46 | |
| parent | 00e6cfd3d003ffd2c01be8bba7592c31a4750d2b (diff) | |
fixed mistakes in readme
| -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 |
