The classic minesweeper game in c++.
- minesweeperfork1.cpp
The first draft to check the algorithm.
- minesweeper_mk1.cpp
Features: Fixed minesweeper grid taken, fixed grid size i.e. 8x8, works fine without any discrepancies in any region
- minesweeper_mkII.cpp
Updates: grid changes each time a new game is played, grid is formed by placing mines at random positions