21 lines
898 B
Markdown
21 lines
898 B
Markdown
# 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
|
|
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 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.
|
|
|
|
game is apparently broken in Safari (not sure which version) and iPhone
|