What's this? Maze generator/solver by javascript. A maze is constructed by a simple recursive backtracker algorithm. And solver solves a maze with breadth first search algorithm. Contribute Thanks to hirofummy. He contributes a part of animation of maze construction. Contact kogecoo'AT'gmail_com History 2011.04.25 ver. 2 Add maze construction animation. Add bfs maze solver. 2011.04.24 ver. 1 In