A clone of Asteroids.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
mian 63511efe27 Simplifed winstate. 6 months ago
JunkSpace Simplifed winstate. 6 months ago
.gitignore Ignore *.pyc 9 months ago
README.md Rewrote controlls in readme 6 months ago
requirements.txt Init; Striped down SpaceCollector 9 months ago

README.md

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
  • Turn the ship with the mouse
  • Fire with left click
  • Engage thruster with the space bar
  • Reset the game with r
  • Exit with the Esc key