From be06edbcfd1213ea1658d36f8934493a92205aac Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 1 Jul 2016 17:43:58 -0400 Subject: Created pommicket.github.io --- mazesolver.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 mazesolver.html (limited to 'mazesolver.html') diff --git a/mazesolver.html b/mazesolver.html new file mode 100644 index 0000000..e62fcbb --- /dev/null +++ b/mazesolver.html @@ -0,0 +1,39 @@ + + + + + +Maze Solver + + + + +

Maze Solver

+ + +
+ +

Maze Solver is a computer program that can solve mazes.
+It works using this algorithm. To create a +maze, just left-click and drag on the screen below to create walls, middle-click to clear walls, and right-click to place start and ending locations. Then, +click the button saying "Solve Maze" and it will draw red circles connecting your start location to your end location.

+ +

+ +

+ +
+Size: +
+ + + + + + + + + + -- cgit v1.2.3