Adam Vicente

Adam Vicente

Maze Generator Game

This is a maze gernator game written in JavaScript. The game will generate solvable mazes of varying difficulty and allow the user to attempt to solve it. The Give Up button will show the solution. A recursive backtracking algorythm is used to ensure that every maze generated is solvable.