Skip to content

KjeldSchmidt/Python-Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Maze-Generator

A simple implementation of the common backtracking maze generator algorithm. Runs in Python3 and standard libraries, notably PIL.
Every maze is fully connected and acyclic and can therefore be solved/fully traversed by following the right hand rule.

Some examples, all on a 20x20-Grid:

Image 1 Image 2 Image 3 Image 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages