Maze - maze.py
Maze typically found in a children's magazine generated by a stochastic DFS algorithm. This guarantees that the end of the maze is always hard to get to. Also check out the fancy ball animations :)
How to play: Get the ball to the end of the maze!
Details: Maze, Depth First Search