summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-07-12 23:44:53 -0300
committerstale <redkugelblitzin@gmail.com>2022-07-12 23:44:53 -0300
commit0aeda028a1b512a65b51a199225290839a3a5f94 (patch)
tree0876401cd3193890d1bdb74705778704b87a8edb /assets
parent48d5ee756ea72d994ed2a27641894ad0c41dab1c (diff)
number tile room option, version bump
Diffstat (limited to 'assets')
-rw-r--r--assets/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/index.html b/assets/index.html
index 614ccd0..4f38797 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -28,6 +28,7 @@
<label>safe first move (if possible) <input name="allsafe1move" type="checkbox" checked></label><br>
<label>revealed borders <input name="rborders" type="checkbox"></label><br>
<label>reveal on lose <input name="revealonlose" type="checkbox" checked></label><br>
+ <label>number tile revealing <input name="numtilereveal" type="checkbox" checked></label><br>
<label>player limit <input name="limit" type="number" value="32"></label><br>
<button id="createbtn">create</button>
</fieldset>