ladybird/Games/Minesweeper
Robin Burchell 40a5eb4e6e Minesweeper: Make things a little more friendly at the start
Rather than having the first click hit a bomb, if the first click would
hit a bomb, instead, reset the game board.

This is a (sort of) feature of Windows minesweeper, and IMO makes
playing a bit more fun :-)
2019-05-19 21:33:50 +02:00
..
.gitignore Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00
Field.cpp Minesweeper: Make things a little more friendly at the start 2019-05-19 21:33:50 +02:00
Field.h Minesweeper: Make things a little more friendly at the start 2019-05-19 21:33:50 +02:00
main.cpp Fix some more victims of the new default layout spacing. 2019-05-11 03:06:18 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00