Update README.md
This commit is contained in:
parent
7661aa3dcc
commit
5f88da8c20
18
README.md
18
README.md
|
@ -10,19 +10,13 @@ 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
|
|
||||||
|
|
||||||
scoring system (no. rows cleared/no. mines cleared, possibly timer)
|
|
||||||
|
|
||||||
game over screen/restart button
|
|
||||||
|
|
||||||
make flags permanent to prevent cheating?
|
|
||||||
|
|
||||||
save game using html5 local storage so player can come back later
|
save game using html5 local storage so player can come back later
|
||||||
|
|
||||||
|
make cleared columns slide left?
|
||||||
|
|
||||||
|
possibly add way to remove clicked mines (powerup/clump clicked mines together to destroy/get clicked mine to top/left of screen, etc.)
|
||||||
|
|
||||||
## bugs
|
## bugs
|
||||||
Game adds too many rows and they appear off the bottom of the screen
|
the game adds too many rows and then deletes the extra rows, instead of just adding the correct number of rows in the first place. this is due to the row clearing method nesting and adding the new rows several times as a result
|
||||||
|
|
||||||
middle-clicking causes middle-click-scroll to happen; this is probably related to above issue
|
the scoring system is wrong due to the above problem; if any tiles cascade during removal of rows, the score is added again for each step of the cascade leading to vastly inflated scores
|
||||||
|
|
||||||
this has been slightly fixed but in a hacky way
|
|
||||||
|
|
Loading…
Reference in New Issue