The project is developing Minesweeper game in C programming language.
The repository contains the following:
-
Source code of the project
-
Some questions on the project from client
-
PDF of the problem statement
The team members were:
-
Ajinkya Bedekar
-
Aman Garg
To start the game, run the following command from the terminal inside Source Code folder and then follow the instructions:
./game
Some resources referred:
https://www.binarytides.com/server-client-example-c-sockets-linux/
https://www.geeksforgeeks.org/cpp-implementation-minesweeper-game/