Command line implementation of Minesweeper (video game)
The objective of the game is to clear a rectangular board containing hidden bombs without detonating any of them. We can put flags on bombs for mark them.
LMB – show field under mouse icon.
RMB – put a flag.
It's already configured for Visual Studio 2017 (v141 toolset).