Here are some programs made with Python and JavaScript (p5.js) related to artificial intelligence.
-
Updated
Jun 19, 2020 - Python
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
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.
Visualise generation of mazes through many maze generation algorithms
Add a description, image, and links to the mazegenerator topic page so that developers can more easily learn about it.
To associate your repository with the mazegenerator topic, visit your repo's landing page and select "manage topics."