This project is a command-line game inspired by the board game Azul which is written in C++.
In this project, functions as follow are implemented,
- A maximum of 4 players can participate to play
- Improved UI where it would show the shapes and colours
- 5x5 and 6x6 board size
- Normal and Grey Tile Mode
- Follow the steps below and all should be working
$ cd src
$ make all
- Then run the game by doing the following command
$ ./azul
MIT