Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 690 Bytes

Azul

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

Installation

  • Follow the steps below and all should be working
$ cd src
$ make all
  • Then run the game by doing the following command
$ ./azul

Developers

License

MIT