You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Minesweeper game is a classic puzzle consisting grid of cells, some of which contain hidden mines.
The objective of the game is to uncover all the cells that do not contain a mine without detonating any of the hidden mines,
which can be played on the command line interface (CLI).