maze thing

Basically I wanted to show my son how we could experiment with code to solve a puzzle he had, and it was a good opportunity to refresh some javascript knowledge.

Mazething: A maze solver to help show the answer to a maze puzzle I found in a puzzle book. Given a grid of a certain size, can you travel from one corner to the opposite one while visiting all the grid cells exactly once?

Run specs here https://rawgit.com/kelfink/mazething/master/qunit.html or the 'production version' here https://rawgit.com/kelfink/mazething/master/index.html

THere's a nice link there that draws a random maze. I grabbed this from someone else's page, and really I take no credit it for it at all. I'll remove it from the repo shortly.

Built With

Share this project:

Updates