A quicker, easier version of Micropolis, using Python Arcade
Find a file
2025-02-05 16:39:33 -05:00
lib Basic link established between scene and game 2025-02-05 16:39:33 -05:00
maps Basic link established between scene and game 2025-02-05 16:39:33 -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
global_config.py Separating game/scene logic 2025-02-05 15:33:07 -05:00
LICENSE Initial commit 2025-01-21 16:37:58 -05:00
miniopolis.py Basic link established between scene and game 2025-02-05 16:39:33 -05:00
README.md Update README.md 2025-02-04 14:52:47 -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

miniopolis

A quicker, easier version of Micropolis (Sim-City) which adds some Factorio-like resource gathering. Our goal is to make a (cool) game which we can then introduce as an AI-playground for different kinds of agents.

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: