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
- Host: GitHub
- URL: https://github.com/coolcat467/azul
- Owner: CoolCat467
- License: gpl-3.0
- Created: 2024-11-11T05:08:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-01T03:27:04.000Z (about 1 month ago)
- Last Synced: 2026-05-01T05:12:26.562Z (about 1 month ago)
- Topics: azul-game, coolcat467, multiplayer, networked-game, pygame, python3, singleplayer
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azul
Graphical Azul Game with AI support
[](https://github.com/CoolCat467/Azul/actions/workflows/ci.yml)
[](https://results.pre-commit.ci/latest/github/CoolCat467/Azul/main)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)
[](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
```