the challenge of my AI class in college was to create a maze solver, so i chose a* algorithm to solve this problem
basically the app generates randomly a starting point and a destination point, the algorithm analyzes this distance using the manhattan distance and tries to find the best possible path
the ui and the whole color palette was based on the cyberpunk universe, because it is beautiful and super cool 😉
this project was developed with the following technologies:
- Vanilla HTML
- Vanilla CSS
- Vanilla JS
- p5.js (for handling canvas)
just click here or clone this repo and open the src/index.html file, thats all easy peasy lemon squeezy 🍋
all comments in index.js file was written in portuguese so that my teacher can read, so ignore it 👽
this project is under the MIT license, you can see the license for more information.