Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 315 Bytes

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.