Skip to content

JNPN7/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

Use of spanning tree for path creation. The algorithm is does not produce true spanning tree it may consists loop.

Usage

$ python main.py

Mention width and height from agruments:

$ python main.py --width=30 --height=40

Default width = 20 and height = 20

Outcome

Default maze 20 by 20: alt default image

Maze 40 by 35: alt default image

About

Creates random maze.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors