ryannel / pymaze

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%