Skip to content

A maze that generates by itself and that solves itself in the shortest possible way

License

Notifications You must be signed in to change notification settings

LucaSchwan/auto-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A generated and then solved maze

A maze generating itself and than solving itself in the shortest way possible using P5.min.js. The auto_maze is using the recursive Backtracking algorithm(https://en.wikipedia.org/wiki/Maze_generation_algorithm) for generating the maze and the A* search algorithm(https://en.wikipedia.org/wiki/A*_search_algorithm) for the solving of the maze.

Both algorithms were implemented using these two The Coding Train streams:

About

A maze that generates by itself and that solves itself in the shortest possible way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published