Go to file
synth-ruiner cf2279e771 Update README.md 2015-03-02 16:36:58 +00:00
README.md Update README.md 2015-03-02 16:36:58 +00:00
helsinki.ttf First alpha 2015-02-28 15:40:37 +00:00
index.html Styling & difficulty adjustment 2015-03-02 12:35:44 +00:00
jquery-2.1.3.min.js First alpha 2015-02-28 15:40:37 +00:00

README.md

endless mines

A game in the vein of Minesweeper, but cleared rows disappear akin to Tetris. Rows with exploded mines cannot be cleared. See how far you can get!

Left-click to clear a tile. Right-click to flag a mine. Middle-click a number to clear any non-flagged adjacent tiles.

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)

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.)

Need to test on mobile devices etc.

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 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)