Skip to content

gelm0/mazegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze generator

Python application for generating mazes using asciiart

Currently generate mazes with the Kruskals algorithm.

Usage

Generates a default maze of width 4 and height 4

python main.py

Following arguments are available

  • --width Width of the maze
  • --height Height of the maze
  • -v or --verbose Verbose output

Future implementations

Implementing the maze generation with Prim and Depth first search

About

Python application for generating mazes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages