Randomly Generating Maze Game

Uses a backtracking algo to generate new mazes each time the space bar is pressed.

Goal: Get the red ball to the green triangle.

Arrow keys: Move | Space: New maze


Note: Requires JavaScript.