Update 'README.md'

master
mian 2 years ago
parent 24e05f6300
commit d83b1a6808
  1. 22
      README.md

@ -1,8 +1,18 @@
# 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.
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.

Loading…
Cancel
Save