Go to file
synth-ruiner e4660cf7aa Middle click behaviour
Allow middle clicking for adjacent clicked mines as well as flagged
mines
2015-03-01 14:55:37 +00:00
README.md Update README.md 2015-03-01 12:03:36 +00:00
helsinki.ttf First alpha 2015-02-28 15:40:37 +00:00
index.html Middle click behaviour 2015-03-01 14:55:37 +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)

setup screen for difficulty/board size options

scoring system (no. rows cleared/no. mines cleared, possibly timer)

game over screen/restart button

make flags permanent to prevent cheating?

make middle click work on revealed mines and not just flagged mines

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

bugs

Game adds too many rows and they appear off the bottom of the screen

middle-clicking causes middle-click-scroll to happen; this is probably related to above issue