Go to file
Max a591569f75 Update README.md 2015-03-10 23:15:49 +00:00
README.md Update README.md 2015-03-10 23:15:49 +00:00
helsinki.ttf First alpha 2015-02-28 15:40:37 +00:00
index.html Allow for a taller game board on taller displays 2015-03-10 19:56:23 +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 or tap to clear a tile. Right-click or hold to flag a mine. Click or tap a number to clear any non-flagged adjacent tiles.

stuff to add

save game using html5 local storage so player can come back later

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 player can cheat under certain conditions; if there is only one tile left on a row, the player can flag it and if it is a mine, the row will clear. if not, the player can unflag it and click it. not sure how big a deal this is really.

need a fallback for browsers that don't support CSS3 viewport sizing

colours used are not safe for red-green colourblindness. however, there is at least a visual distinction with the mines now