summaryrefslogtreecommitdiff
path: root/euler-golf/index.html
diff options
context:
space:
mode:
authorSimponic <elizabeth.hunt@simponic.xyz>2023-02-24 18:17:35 -0700
committerSimponic <elizabeth.hunt@simponic.xyz>2023-02-24 18:36:13 -0700
commit21ea36e370131263f8d9b74d79d54db3a8807b06 (patch)
treedb6dfe1d46354b811fa4c6aa9b09258fb7a07eba /euler-golf/index.html
parentd49a395dbd8b9ef78a32d14b1d69f37a299ceeac (diff)
downloadsimponic.xyz-21ea36e370131263f8d9b74d79d54db3a8807b06.tar.gz
simponic.xyz-21ea36e370131263f8d9b74d79d54db3a8807b06.zip
Fix generation outside of grid, add gap slider
Diffstat (limited to 'euler-golf/index.html')
-rw-r--r--euler-golf/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/euler-golf/index.html b/euler-golf/index.html
index b34ce3a..d0e7216 100644
--- a/euler-golf/index.html
+++ b/euler-golf/index.html
@@ -14,6 +14,10 @@
<button id="solve">Solve</button>
<button id="directions">Directions</button>
</div>
+ <div class="slider">
+ <label>Gap</label>
+ <input type="range" min="15" max="80" id="gap" />
+ </div>
</div>
<span id="expand-show">↑↑</span>
</div>
@@ -68,6 +72,7 @@
<script src="js/cx.js"></script>
<script src="js/json-ds.js"></script>
<script src="js/sol.js"></script>
+
<script src="js/game.js"></script>
<script src="js/controls.js"></script>
</body>