A simple colony simulator written in Python.
-
Colony is a simple colony simulator written in Python, by DeflatedPickle.
-
Colony is still very early on in development and should not be considered in any way, finished.
-
- Start menu.
- Options menu.
- Custom game scenarios.
- Colonist bar.
- Randomly generated colonists.
- Randomly generated relationships between colonists.
- In-game time.
- Box select.
-
- Post any bugs found as an issue on the GitHub repository.
- Post any suggestions (whether changes or new additions) as issues on the GitHub repository.
-
- Clone or download the repository.
- Install Python 3 and add it to your
PATH
. - Install the Python packages:
pkinter
pillow
- Run
__main__.py
.