From 6e5fc0c769a64a8a3e29d6d8c7612e8366d2276d Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sun, 1 Mar 2015 11:47:21 +0000 Subject: [PATCH] Update README.md tidying up formatting --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4443f2c..1bfd948 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,18 @@ Left-click to clear a tile. Right-click to flag a mine. Middle-click a number to ## 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 ## bugs On clearing a row, blank tiles do not 'cascade' and reveal their adjacent tiles + 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