Skip to content

Latest commit

 

History

History

maze

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

Maze (MacOS)

Maze (Ubuntu)

Maze (Windows)