Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 553 Bytes

File metadata and controls

7 lines (3 loc) · 553 Bytes

Minesweeper-with-undo-lifelines-using-C-language

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today. It has many variations and offshoots.

This code also has 3 Lifelines or undo step option using stack which can be used when you step a mine or bomb.