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.
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 d83b1a6808 Update 'README.md' 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Update 'README.md' 1 year ago
block.py Source for sprites 1 year ago
gem.py Source for sprites 1 year ago
level1.svg Levels 1 year ago
level2.svg Levels 1 year ago
main.py Source for game 1 year ago
read_level.py Source for game 1 year ago
ship.py Source for sprites 1 year ago
sprite.py Source for sprites 1 year ago
starfield.py Source for game 1 year ago

README.md

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.

Usage

python3 main.py <level.svg>

Controls

  • Mouse controls the ship's heading.
  • Left-click accelerates the ship.
  • Right-click stops the ship.