Go to file
synth-ruiner 4f1461c044 Add skull image 2015-03-18 16:35:17 +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 Fix image sizing 2015-03-18 16:34:21 +00: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 Fix image sizing 2015-03-18 16:34:21 +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

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

In IE8, blank tiles do not cascade after clicking, nor do mine counts update properly. I think this is a problem with callbacks on jquery animations. I don't plan to support IE8 but this could be indicative of problems in other browsers.

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