From b6be890f3f387d6c4ffdd1729e858ca07d0b4c25 Mon Sep 17 00:00:00 2001 From: mian Date: Mon, 19 Sep 2022 14:34:57 +0300 Subject: [PATCH] readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6e270c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ + +Junk Space +=========== + +A clone of asteroid with a gameplay tweak that was on my mind. + +## Install + +Clone the repo then go to the repo folder and type: +``` +pip3 install -r requirements.txt +``` + +## Usage + +Go to the repo folder and type: +``` +python3 -m JunkSpace +``` + +Use the mouse to turn the ship, +fire with left click and +engage thruster with the space bar. +