endless-mines/README.md

27 lines
885 B
Markdown
Raw Normal View History

2015-03-01 11:42:57 +00:00
# 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
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
add support for mobile devices/1-button mice (probably hold down to flag a mine)
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
setup screen for difficulty/board size options
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
scoring system (no. rows cleared/no. mines cleared, possibly timer)
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
game over screen/restart button
2015-03-01 11:49:44 +00:00
make flags permanent to prevent cheating?
2015-03-01 11:42:57 +00:00
## bugs
On clearing a row, blank tiles do not 'cascade' and reveal their adjacent tiles
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
Game adds too many rows and they appear off the bottom of the screen
2015-03-01 11:47:21 +00:00
2015-03-01 11:42:57 +00:00
middle-clicking causes middle-click-scroll to happen; this is probably related to above issue