A Steampunk-themed strategy game where you have to manage a steam supply network on a distant planet.
- 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.
- To download installers, please visit www.jwhitham.org/20kly.
- To read the manual click here.
Technical stuff:
- The game requires Python >= 3.6 and Pygame >= 1.9.4 to run.
- The test system uses pytest, coverage and mypy.