Minesweeper -solve
- September 2, 2016
- Ramalingam Sivaramakrishnan
Minesweeper is classic strategy board game. Guess where mines are hidden and flag all of them. Goal of this game is to clear minefield without detonating a mine. Minefield consist of 100 tiles (10 rows * 10 columns), at start of game 10 tiles are randomly selected as mines. Tapping on one tile clears all nearby empty tiles and shows numbers on tiles that are near mines. Each number shows how…