mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-15 00:51:20 +00:00
A quicker, easier version of Micropolis, using Python Arcade
lib | ||
maps | ||
res | ||
.gitignore | ||
global_config.py | ||
LICENSE | ||
miniopolis.py | ||
README.md | ||
requirements.txt | ||
template.py |
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:
- Python Arcade as the game engine (instead of PyGame)
- Tiled for tilemapping
- Aseprite for tiles/textures.