-
Notifications
You must be signed in to change notification settings - Fork 0
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.
dylanturnerfly/Maze-Generator-and-Path-Finder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To run Code: To access the visualisation of the maze, right click on Homework1.html and click "Open with Live Server" This requires the Live Server VS Code extension.
About
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.