diff options
author | stale <stale@masba.net> | 2022-07-11 12:06:17 -0300 |
---|---|---|
committer | stale <stale@masba.net> | 2022-07-11 12:07:01 -0300 |
commit | 02098f0d579259545584e246f64ed5e41be9537b (patch) | |
tree | 891761e153fb80affe85b74420426db9e4ec1dd8 /assets/index.html | |
parent | 13a044a9cf21671e168d1669723605bf35ed8f60 (diff) |
implement reveal on lose
Diffstat (limited to 'assets/index.html')
-rw-r--r-- | assets/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/index.html b/assets/index.html index 7961bde..614ccd0 100644 --- a/assets/index.html +++ b/assets/index.html @@ -27,6 +27,7 @@ <label>public, ie. shown in the lobby <input name="public" type="checkbox" checked></label><br> <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>player limit <input name="limit" type="number" value="32"></label><br> <button id="createbtn">create</button> </fieldset> |