diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-26 19:54:31 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-26 19:54:31 +0200 |
commit | 146aedc32cd90bbf7a6b6fa8646311114c0b86ac (patch) | |
tree | ab17c28e9ec3329d543a94f411231de0536eb101 /Base/res/icons | |
parent | e90b501b319e1e4dbb3966b540851d913126f176 (diff) | |
download | serenity-146aedc32cd90bbf7a6b6fa8646311114c0b86ac.zip |
Minesweeper: Implement some feature requests.
Someone was playing this game and suggested a number of improvements so here
we go trying to address them:
- Add "chording" support, where you can click a numbered square using both
mouse buttons simultaneously to sweep all non-flagged adjacent squares.
- Mis-flagged squares are now revealed as such on game over, with a special
"bad flag" icon.
- The game timer now shows tenths of seconds. It also doesn't start until
you click the first square.
- Add the three difficulty modes from the classic Windows version.
Diffstat (limited to 'Base/res/icons')
-rw-r--r-- | Base/res/icons/minesweeper/badflag.png | bin | 0 -> 357 bytes |
-rw-r--r-- | Base/res/icons/minesweeper/face-bad.png | bin | 356 -> 332 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/minesweeper/badflag.png b/Base/res/icons/minesweeper/badflag.png Binary files differnew file mode 100644 index 0000000000..d9ac0cf155 --- /dev/null +++ b/Base/res/icons/minesweeper/badflag.png diff --git a/Base/res/icons/minesweeper/face-bad.png b/Base/res/icons/minesweeper/face-bad.png Binary files differindex 049ddc8e82..4e4fc82a96 100644 --- a/Base/res/icons/minesweeper/face-bad.png +++ b/Base/res/icons/minesweeper/face-bad.png |