Minesweeper game/D: Difference between revisions

Content added Content deleted
No edit summary
(→‎failed game: +won game)
Line 88: Line 88:
== Example plays ==
== Example plays ==


=== failed game ===
=== won game ===
Welcome!
Gimme height width:
4 6
00 123456
1 [ ...... ]
2 [ ...... ]
3 [ ...... ]
4 [ ...... ]
2 2
00 123456
1 [ ...... ]
2 [ .1.... ]
3 [ ...... ]
4 [ ...... ]
3 3
00 123456
1 [ ...... ]
2 [ .11121 ]
3 [ 11____ ]
4 [ ______ ]
F 2 1
01 123456
1 [ ...... ]
2 [ ?11121 ]
3 [ 11____ ]
4 [ ______ ]
1 3
01 123456
1 [ ..1... ]
2 [ ?11121 ]
3 [ 11____ ]
4 [ ______ ]
1 5
01 123456
1 [ ..1.2. ]
2 [ ?11121 ]
3 [ 11____ ]
4 [ ______ ]
1 1
01 123456
1 [ 1.1.2. ]
2 [ ?11121 ]
3 [ 11____ ]
4 [ ______ ]
1 2
KESSETOUN!!!
01 123456
1 [ 111.2. ]
2 [ ?11121 ]
3 [ 11____ ]
4 [ ______ ]

=== lost game ===
Welcome!
Welcome!
Gimme height width:
Gimme height width:
Line 109: Line 162:
2 [ ___1.. ]
2 [ ___1.. ]
3 [ _112.. ]
3 [ _112.. ]
4 [ _1.... ]
4 [ _1.... ]



== MineSweeper module ==
== MineSweeper module ==