Basic Minesweeper clone
Minesweeper is a puzzle game, where the objective is to reveal all of the non mined tiles. Each tile is given a numerical value based on the amount of mines immediately surrounding it, this gives the player an indication of where the mines could be located allowing the for the deduction of safe tiles. Players can also flag a tile that they suspect of being a mine, allowing for easy remembering and stops any accidental clicking.
Score/timer/win streak counters
Customisable grid size and difficulty settings
Players can specify what size grid and the amount of mines that are populated within. Each difficulty adds an extra 5% mines (5,10,15), based on the total size. Each square revealed increases the score, while it decreases with time meaning faster runs will porduce better scores. There is also a counter for the winning streak, which is reset when a mine is revealed.
Sound
Save/Load feature
« Return