Skip to content

iav0207/mazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze generation

Inspired by this article and Daedalus project.

Requirements

All modules required to run the app are listed in requirements.txt.

How to run

If running for the first time, run

pip3 install -r requirements.txt

Then you can just

python3 src

or

python3 src/__main__.py

You will find the script output under out directory.

Project structure

  • model.py – model classes
  • gen – maze generation algorithms
  • check – maze validation
  • solve – solution algorithms
  • render – rendering components
  • main – the example script putting the output to...
  • out – the output files directory

Examples

Eller's generation algorithm 100×100

Eller's generation algorithm

Recursive backtracker generation 100×100

Recursive backtracker generation

About

Maze generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages