Skip to content

This game is played on a table of size n×n. When the game is started, some hidden mines are deployed on the board randomly. The player can uncover a single cell by telling x and y coordinates. If there is a mine on this cell, the game is over. Otherwise, the game continues until a mine is found.

Notifications You must be signed in to change notification settings

mohajayyab/Minimal-Minesweeper-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Minimal-Minesweeper-game

This game is played on a table of size n×n. When the game is started, some hidden mines are deployed on the board randomly. The player can uncover a single cell by telling x and y coordinates. If there is a mine on this cell, the game is over. Otherwise, the game continues until a mine is found.

About

This game is played on a table of size n×n. When the game is started, some hidden mines are deployed on the board randomly. The player can uncover a single cell by telling x and y coordinates. If there is a mine on this cell, the game is over. Otherwise, the game continues until a mine is found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages