summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-09-22 12:24:59 +0200
committeryuzu-eva <stevenhu@web.de>2024-09-22 12:24:59 +0200
commitf04737939c9b7ee23e263445face02ac878c5da8 (patch)
tree5249d383b35f5d42074cbb5497967269cafbae46
parent00e6cfd3d003ffd2c01be8bba7592c31a4750d2b (diff)
fixed mistakes in readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a32519..9d6eeb0 100644
--- a/README.md
+++ b/README.md
@@ -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