Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.05 KB

File metadata and controls

35 lines (18 loc) · 1.05 KB

AzulApi

PyPI version

An API for Azul board game.

Original game: https://en.wikipedia.org/wiki/Azul_(board_game).

Library used: GitHub.

Installing the project

Inside the directory this file is located in, run pip install ..

Running the project

After installing the project run python azul_api/main.py <number of players from 2 to 4> from the directory this file is in.

Functionality

To access the functionality documentation please run the service and visit /docs endpoint.

Alternatively read main.py which has Swagger documentation.

Notes

K or k represents the black colour.

A wall cell filled with a lowercase letter means tile is not placed.

Example: k means can be placed on the wall cell but currently is not. K means black tile is placed on the wall cell.

License

Please read a LICENSE file.