diff options
author | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-21 15:06:14 -0600 |
---|---|---|
committer | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-21 15:06:14 -0600 |
commit | 1545f1d23e2dd8956593c6294518c4f3dc5c2028 (patch) | |
tree | e7c548189196075671cc9ffe9591ec191629f31d /js/lost.html | |
parent | e3a6b64a9dcae8e4d1d02969e28779be1337af7e (diff) | |
download | lost-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.html | 2 |
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> |