/pymaze

This is a simple depth-first search maze generator and solver written in python and based on the Mazeworks tutorial.

Primary LanguagePythonMIT LicenseMIT

PyMaze

This is a simple depth-first search maze generator and solver written in python and based on the Mazeworks tutorial.

Dependencies

Background

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.