summaryrefslogtreecommitdiff
path: root/Base/res/icons
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-26 19:54:31 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-26 19:54:31 +0200
commit146aedc32cd90bbf7a6b6fa8646311114c0b86ac (patch)
treeab17c28e9ec3329d543a94f411231de0536eb101 /Base/res/icons
parente90b501b319e1e4dbb3966b540851d913126f176 (diff)
downloadserenity-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.pngbin0 -> 357 bytes
-rw-r--r--Base/res/icons/minesweeper/face-bad.pngbin356 -> 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
new file mode 100644
index 0000000000..d9ac0cf155
--- /dev/null
+++ b/Base/res/icons/minesweeper/badflag.png
Binary files differ
diff --git a/Base/res/icons/minesweeper/face-bad.png b/Base/res/icons/minesweeper/face-bad.png
index 049ddc8e82..4e4fc82a96 100644
--- a/Base/res/icons/minesweeper/face-bad.png
+++ b/Base/res/icons/minesweeper/face-bad.png
Binary files differ