Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Oct 13, 2013
1 parent 39f494d commit 4ab688e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

![Minesweeper game screenshot](http://francois.farquet.com/images/projects/screenshot-minesweeper.png)

This is a simple minesweeper game.
The game is developped for the Mac OSX JVM. This illustrates how nice look native elements on this JVM compared to the Windows JVM.
This is a simple minesweeper game. It is developped for the Mac OSX JVM. This illustrates how nice look native elements on this JVM compared to the Windows JVM.
Indeed, in this project no image were used. Each cell is represented by a JButton. We use the disabled state of a button if the cell and its neighbours contain no bomb.

On the left side of the "Start again" button there is the counter of bombs that still need to be discovered. On the other side it is just a timer to get some pressure.
On the left side of the "Start again" button there is the counter of bombs that still need to be discovered. On the other side it is just a timer to increase the pressure.

You can flag a cell if you think there is a bomb on it. You can do it with alt+click, cmd+click, maj+click, ... (everything that is not a regular click).

Expand Down

0 comments on commit 4ab688e

Please sign in to comment.