This is a simple depth-first search maze generator and solver written in python and based on the Mazeworks tutorial.
- Python - http://www.python.org/download/
- Pygame - http://www.pygame.org/download.shtml
I wrote this generator both as a means to investigate maze generation algorithms as well as to refresh my knowledge of python. As such this code base is still very rough but it has served as a valuable learning exercise.