It is a single-player puzzle game. The objective of the game is to clear a rectangular board containing hidden mines without detonating any of them, with help from clues about the number of neighbouring mines in each field.
- Made with C++ Language.
- Used the concepts of OOPS.
- Used #define preprocessor directives for defining text colors.
- Used array to create the board.



