This project provides a command line interface (CLI) implementation of the AZUL board game using Python vanilla. It is designed specifically for training and testing AI models on how they play AZUL but can also be used as a local match simulator (It's pretty fun).
AZUL is an abstract strategy board game designed by Michael Kiesling and published by Plan B Games. Players take turns drafting colored tiles from predefined factory displays and placing them onto their personal player boards to score points by completing various patterns and sets of tiles.
- Command line interface for gameplay interaction.
- Implements core rules and mechanics of the AZUL board game.
- Clone this repository:
git clone
- Navigate into the project directory:
cd azul
Start the game by running:
python src/py
This project is licensed under the MIT License. See the LICENSE file for details.
The AI project repository for playing AZUL can be found here.