Skip to content

hardik01shah/minesweeper-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper in cpp:

The classic minesweeper game in c++.

Files:

  1. minesweeperfork1.cpp

    The first draft to check the algorithm.

  2. minesweeper_mk1.cpp

    Features: Fixed minesweeper grid taken, fixed grid size i.e. 8x8, works fine without any discrepancies in any region

  3. minesweeper_mkII.cpp

    Updates: grid changes each time a new game is played, grid is formed by placing mines at random positions

Screenshot from 2021-05-26 09-50-42

Releases

No releases published

Packages

No packages published

Languages