A quicker, easier version of Micropolis, using Python Arcade
Find a file
2025-02-04 11:58:28 -05:00
lib Updated type to class 2025-01-26 19:31:16 -05:00
maps Updated placement logic 2025-01-22 14:51:13 -05:00
res Merge branch 'main' into master 2025-01-21 16:50:20 -05:00
.gitignore Removed stuff from gitignore 2025-01-22 11:24:19 -05:00
LICENSE Initial commit 2025-01-21 16:37:58 -05:00
miniopolis.py Updated type to class 2025-01-26 19:31:16 -05:00
README.md Updated readme 2025-02-04 11:58:28 -05:00
requirements.txt Added requirements.txt 2025-02-04 11:49:42 -05:00
template.py Separated tile classes and config info 2025-01-22 11:23:11 -05:00
test-demo.py Initial commit 2025-01-21 16:45:24 -05:00

miniopolis

A quicker, easier version of Micropolis (Sim-City) which adds some Factorio-like resource gathering.

Author: Caleb Scott


Installation

To install this project (I'd recommend having a python virtual environment first):

pip install -r requirements.txt

Then, to run:

python miniopolis.py

Libraries and Software

This project uses: