Go to file
Max Bradbury c02801e0d5 no more twitter 2023-02-07 08:45:23 +00:00
images Add skull image 2015-03-18 16:35:17 +00:00
.gitignore Graphics (preliminary) 2015-03-18 13:58:43 +00:00
README.md IE isn't a problem anymore 2020-07-28 19:25:32 +01:00
helsinki.eot Better font support for IE etc. 2015-03-14 11:22:14 +00:00
helsinki.svg additional extra font type 2015-03-14 11:25:37 +00:00
helsinki.ttf First alpha 2015-02-28 15:40:37 +00:00
helsinki.woff Better font support for IE etc. 2015-03-14 11:22:14 +00:00
helsinki.woff2 Better font support for IE etc. 2015-03-14 11:22:14 +00:00
index.html no more twitter 2023-02-07 08:45: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 (and columns!) 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

improve tutorial

possibly add way to remove clicked mines (powerup/clump clicked mines together to destroy/get clicked mine to top/left of screen, etc.)

animations for mine explosions

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