From c8b8770f49883f94678f215b98ece3d67f8aa9ef Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Oct 2016 15:05:46 -0600 Subject: Mainly just lots and lots of comments. --- js/lost.html | 4 +- js/lost.js | 305 +++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 248 insertions(+), 61 deletions(-) diff --git a/js/lost.html b/js/lost.html index d4443ab..c634ba2 100644 --- a/js/lost.html +++ b/js/lost.html @@ -10,7 +10,7 @@
-
+

Provide a number below for each dimension in the new maze. The numbers are the size of each dimension. Entering "10, 3" will create a maze that is 10 wide and 3 tall. Entering "5, 5, 5, 5, 5" will create a 5 dimensional maze, every dimension will be 5 wide.

@@ -21,7 +21,7 @@