/Minesweeper

Minesweeper using C++

Primary LanguageC++

Minesweeper

Created the Minesweeper game using C++

Display Board:

The game consists of a 10 x 10 board where each hidden tile is represented as a '-'. The user may input a row and column ranging from 0-9.

displayboard

Gameplay Syntax:

When a position is inputted, the tile will be revealed opened as well as it's surroundings depending on the neighboring items. The numbers that are revealed represents the number of bombs that are present around that specific tile as shown.

midplay

Final Board:

Once the user inputs a position where there is a bomb, which is represented as '*', the game is over and all the tiles are revealed.

finalboard