summaryrefslogtreecommitdiff
path: root/js/lost.html
diff options
context:
space:
mode:
authorMike Buland <Mike.Buland@mjfirm.com>2016-10-21 15:06:14 -0600
committerMike Buland <Mike.Buland@mjfirm.com>2016-10-21 15:06:14 -0600
commit1545f1d23e2dd8956593c6294518c4f3dc5c2028 (patch)
treee7c548189196075671cc9ffe9591ec191629f31d /js/lost.html
parente3a6b64a9dcae8e4d1d02969e28779be1337af7e (diff)
downloadlost-1545f1d23e2dd8956593c6294518c4f3dc5c2028.tar.gz
lost-1545f1d23e2dd8956593c6294518c4f3dc5c2028.tar.bz2
lost-1545f1d23e2dd8956593c6294518c4f3dc5c2028.tar.xz
lost-1545f1d23e2dd8956593c6294518c4f3dc5c2028.zip
A simple get form lets you pick maze dims.
It would be cooler to have something more dynamic and interactive, but this is pretty good for now. It should probably try to detect issues with your syntax, too, but that can come later. You can also share maps now. That's a fun feature overall.
Diffstat (limited to 'js/lost.html')
-rw-r--r--js/lost.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lost.html b/js/lost.html
index 38f246e..820b1fc 100644
--- a/js/lost.html
+++ b/js/lost.html
@@ -1,5 +1,7 @@
1<!DOCTYPE html>
1<html> 2<html>
2 <head> 3 <head>
4 <title>Lost</title>
3 </head> 5 </head>
4 <body> 6 <body>
5 <script src="lost.js"></script> 7 <script src="lost.js"></script>