minesweeper/src/test/java/org/apidesign/demo/minesweeper/MinesModelTest.java
Thu, 17 Jul 2014 08:23:25 +0200 One should not be able to win the game by marking all the squares
Fri, 27 Jun 2014 15:36:48 +0200 One can win by marking fields with all bombs
Fri, 27 Jun 2014 15:25:21 +0200 Allowing to mark a field with a danger sign
Fri, 07 Feb 2014 17:22:58 +0100 Unhide all neighbourghs of empty pieces
Fri, 07 Feb 2014 16:41:45 +0100 Also add the test...
Fri, 07 Feb 2014 16:35:45 +0100 Game is won when only hidden places contain bombs
Fri, 07 Feb 2014 15:21:54 +0100 Shows number of bombs in the neibourhood
Fri, 07 Feb 2014 14:47:07 +0100 First version of a mine sweeper game