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