A space exploration game made with Pygame and python that makes you explore a fictional/nonfictional solar system where you collect materials to complete quests that lead you all over this solar system
- explore a fictional/nonfictional solar system
- collect materials from planets
- explore different planet
- collect materials
- complete quest to move through the solar system
- follow a compass to the next quest
- steering: with the mouse
- forwards: W
- backwards: S
- map: M
- The compass at the center top of the screen shows where the next quest will be and you distance to it.
- the compass automatically sets the marker to the next quest
- Use your mouse to steer the ship and W to accelerate.
- Approach a planet to land. The ship will stick to the planet's edge.
- Complete quests and explore the tech tree for upgrades.
- Python 3.x
- Pygame
Install dependencies:
pip install pygameRun the game:
python main.py