Skip to content
/ azul Public

CLI implementation of the AZUL board game using Python.

License

Notifications You must be signed in to change notification settings

ummatias/azul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AZUL Board Game Implementation

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).

image

Project Overview

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.

Features

  • Command line interface for gameplay interaction.
  • Implements core rules and mechanics of the AZUL board game.

Installation and Usage

Installation

  1. Clone this repository:
git clone
  1. Navigate into the project directory:
cd azul

Usage

Start the game by running:

python src/py

License

This project is licensed under the MIT License. See the LICENSE file for details.

AI Project Integration

The AI project repository for playing AZUL can be found here.

About

CLI implementation of the AZUL board game using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages