Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 599 Bytes

20,000 Light Years Into Space

A Steampunk-themed strategy game where you have to manage a steam supply network on a distant planet.

screenshot

  • Single player
  • Free and open source
  • Typical time to play through the game is 15 minutes
  • 15th Anniversary Edition!

This is the game's source code.

Technical stuff:

  • The game requires Python >= 3.6 and Pygame >= 1.9.4 to run.
  • The test system uses pytest, coverage and mypy.