This repo uses pygame
to implement Mini Metro, a fun 2D strategic game where you try to optimize the max number of passengers your metro system can handle. Both human and program inputs are supported. One of the purposes of this implementation is to enable reinforcement learning agents to be trained on it.
pip install -r requirements.txt
- If you are running for the first time, install the requirements using
pip install -r requirements.txt
- Activate the virtual environment by running
source myenv/bin/activate
- Run
python src/main.py
python -m unittest -v