Merge remote-tracking branch 'origin/master' into gh-pages
This commit is contained in:
commit
96cbb7cbe2
12
README.md
12
README.md
|
@ -7,12 +7,22 @@ Left-click to clear a tile. Right-click to flag a mine. Middle-click a number to
|
|||
|
||||
## stuff to add
|
||||
move middle-click functionality to left-click instead
|
||||
|
||||
add support for mobile devices/1-button mice (probably hold down to flag a mine)
|
||||
|
||||
setup screen for difficulty/board size options
|
||||
|
||||
scoring system (no. rows cleared/no. mines cleared, possibly timer)
|
||||
|
||||
game over screen/restart button
|
||||
|
||||
make flags permanent to prevent cheating?
|
||||
|
||||
make middle click work on revealed mines and not just flagged mines
|
||||
|
||||
save game using html5 local storage so player can come back later
|
||||
|
||||
## bugs
|
||||
On clearing a row, blank tiles do not 'cascade' and reveal their adjacent tiles
|
||||
Game adds too many rows and they appear off the bottom of the screen
|
||||
|
||||
middle-clicking causes middle-click-scroll to happen; this is probably related to above issue
|
||||
|
|
Loading…
Reference in New Issue