A downloadable game for Windows and Linux

Free and open-source (eventual) city builder game being developed in Python with the Pygame-CE framework.

(currently just a procedural generation simulation)

Codeberg - Source Code

Download

Download
v0.1 Linux
External
Download
v0.1 Windows
External

Install instructions

If you are downloading the binary releases, not the source code, then ignore

This game is made in Python, so you need the latest version of Python installed (3.14.x currently)

In the terminal/console follow these steps:

  1. Install all the packages from requirements.txt
    1. "python.exe -m pip install -r requirements.txt"
  2. Run "run.py" 
    1. "python.exe run.py"

Development log