From d83b1a68083f8c96386e1a836517cb980ecafd67 Mon Sep 17 00:00:00 2001 From: mian Date: Sun, 15 May 2022 21:48:20 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7af1896..67f426d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # SpaceCollector -A simple game made as a hobby. -Use the mouse to control the starship and collect the gems. -The faster you collect them the better. - -Needs pygame (2.1.2) to run. - +A simple game made as a hobby. +Use the mouse to control the starship and collect the gems. +The faster you collect them the better. + +Needs pygame (2.1.2) to run. + +## Usage +``` +python3 main.py +``` + +## Controls + +- Mouse controls the ship's heading. +- Left-click accelerates the ship. +- Right-click stops the ship.