There are 0 repository under mazegenerator topic.
Here are some programs made with Python and JavaScript (p5.js) related to artificial intelligence.
A Perfect Random Maze generator with given width and height using the "Recursive backtracking" algorithm.
maze generating algorithm with no dead end in unity
Generate Maze with the help of this bot !
Visualise generation of mazes through many maze generation algorithms
This was the first project of my Artificial Intelligence class. It includes a Mazer Generator based on DFS, as well as a Solver based on A*. Step by step visualizations of both are included, as well as an options menu to change parameters of the solving algorithm.