Update README.md

tidying up formatting
This commit is contained in:
synth-ruiner 2015-03-01 11:47:21 +00:00
parent b0861d5aee
commit 6e5fc0c769
1 changed files with 6 additions and 0 deletions

View File

@ -7,12 +7,18 @@ Left-click to clear a tile. Right-click to flag a mine. Middle-click a number to
## stuff to add ## stuff to add
move middle-click functionality to left-click instead move middle-click functionality to left-click instead
add support for mobile devices/1-button mice (probably hold down to flag a mine) add support for mobile devices/1-button mice (probably hold down to flag a mine)
setup screen for difficulty/board size options setup screen for difficulty/board size options
scoring system (no. rows cleared/no. mines cleared, possibly timer) scoring system (no. rows cleared/no. mines cleared, possibly timer)
game over screen/restart button game over screen/restart button
## bugs ## bugs
On clearing a row, blank tiles do not 'cascade' and reveal their adjacent tiles 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 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 middle-clicking causes middle-click-scroll to happen; this is probably related to above issue