An open API service indexing awesome lists of open source software.

https://github.com/coolcat467/azul

Azul board game computer version
https://github.com/coolcat467/azul

azul-game coolcat467 multiplayer networked-game pygame python3 singleplayer

Last synced: 3 days ago
JSON representation

Azul board game computer version

Awesome Lists containing this project

README

          

# Azul
Graphical Azul Game with AI support

[![CI](https://github.com/CoolCat467/Azul/actions/workflows/ci.yml/badge.svg)](https://github.com/CoolCat467/Azul/actions/workflows/ci.yml)

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CoolCat467/Azul/main.svg)](https://results.pre-commit.ci/latest/github/CoolCat467/Azul/main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

## Installation
Ensure Python 3 is installed, and use pip to install this project.

```bash
pip install git+https://github.com/CoolCat467/Azul.git
```

## Usage
After installing using the command above, running the following command
will start the game.

```bash
azul_game
```