AI-Mini-Metro is a project focused on creating AI agents to play a simplified 2D version of the Mini Metro game. The AI agents are designed to manage and optimize subway lines on various maps, ensuring efficient transportation.
- AI-Driven Gameplay: Implement various AI techniques to manage and optimize the subway system.
- Low-Fidelity Graphics: Simplified 2D graphics to focus on the core mechanics and AI performance.
- Clone the Repository and Install the Required Packages:
git clone https://github.com/Ttopiac/AI-Mini-Metro.git cd AI-Mini-Metro pip install -r requirements.txt
This project includes code from python_mini_metro by Yanfeng Liu, used under MIT License.
- Run
python src/user_play.py
- Run
python src/agent_play.py