Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Minesweeper with undo/lifeline function using Stack in C language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages