/Minesweeper

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field.

Primary LanguageC

Minesweeper

The project is developing Minesweeper game in C programming language.

The repository contains the following:

  1. Source code of the project

  2. Some questions on the project from client

  3. PDF of the problem statement

The team members were:

  1. Ajinkya Bedekar

  2. 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/