send link to app

MineSweeper HD app for iPhone and iPad


4.2 ( 8512 ratings )
Games Simulation Strategy
Developer: Reefwing Software
Free
Current version: 2.0, last update: 7 years ago
First release : 30 Aug 2012
App size: 6.53 Mb

MineSweeper HD is a reprisal of the classic Minesweeper game. It is interesting mostly because it was coded entirely on an iPad in Lua using the Codea application from Two Lives Left.

The sprites in the game were drawn using Spritely, the sprite editor which comes with Codea.

The source code for this game and a description of how it was built is available for download at the Codea Tutorial site (http://codeatuts.blogspot.com.au/)

OBJECTIVE:

The objective of the game is to clear the grid without tapping any of the mines. If you tap a mine the game is over.

INSTRUCTIONS:

From the menu you can select Easy, Medium or Hard games. The difference in difficulty is determined by the size of the game grid and the number of mines.

Easy - grid dimensions 8x8 with 8 mines
Medium - grid dimensions 15x15 with 30 mines
Hard - grid dimension 18x18 with 60 mines

The game screen shows the number of cells not cleared in the top left hand corner and game duration on the right. Tapping on the game grid will reveal either an empty square or a mine.

The first tap is a gamble. In this version of Minesweeper it is possible for your first tap to be on a mine. Mines are placed randomly in different positions each game. If there are no mines surrounding the cell you tap then all of these cells will also be revealed at the same time. If there is a number in a revealed cell this indicates the number of mines in the surrounding cells. You can use this information to deduce the location of the mines.

Mathematically it has been shown that the highest chance of clearing multiple cells is by tapping in a corner.

There are three buttons on the game screen:

Show/Flag: Tapping the shovel or flag icon at the bottom of the screen will toggle between show and flag mode. In show mode, tapping a cell will reveal it. In flag mode, tapping a cell will place a flag on it, indicating there may be a mine underneath. You dont have to use flags but they make the game easier to solve.

New: Will reset the grid and start a new game.

Menu: If tapped will take you back to the Menu screen.

HIGHSCORE:

The high score for each of the three game difficulties is stored. You get a high score by solving the grid in the shortest recorded time.