Ludo game in C++ using GLU library
Open the terminal and navigate to the path of the extracted directory.
Install the required libraries by executing the command below:
bash install-libraries.sh
This will install the necessary libraries required to compile and run the project.
Compile the project by running the command:
make
This will compile the project and create an executable file named "game".
Run the main file by running the command:
./game
This will execute the game and you can start playing it.