From f04737939c9b7ee23e263445face02ac878c5da8 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 22 Sep 2024 12:24:59 +0200 Subject: fixed mistakes in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3