/mazes-python

Generating Mazes in Python Programming using turtle graphics or PIL

Primary LanguagePython

mazes-python

Generating Mazes in Python Programming using turtle graphics or PIL Inspired by this blog post

Requirements :

Pillow, Turtle ( built in )

Notes :

The mazes are generated using Recursive Backtracking Algorithm.