Update README.md
This commit is contained in:
parent
5f88da8c20
commit
cf2279e771
|
@ -16,7 +16,11 @@ 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.)
|
possibly add way to remove clicked mines (powerup/clump clicked mines together to destroy/get clicked mine to top/left of screen, etc.)
|
||||||
|
|
||||||
|
Need to test on mobile devices etc.
|
||||||
|
|
||||||
## bugs
|
## bugs
|
||||||
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
|
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
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
|
game is apparently broken in Safari (not sure which version)
|
||||||
|
|
Loading…
Reference in New Issue