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.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
block.py | 1 year ago | |
gem.py | 1 year ago | |
level1.svg | 1 year ago | |
level2.svg | 1 year ago | |
main.py | 1 year ago | |
read_level.py | 1 year ago | |
ship.py | 1 year ago | |
sprite.py | 1 year ago | |
starfield.py | 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.