Algorithme en python pour permettre à un bot de resolver un labyrinthe
dfs_V4RsTjba.mp4
- python3
- pip
- Génération de labyrinthe random utilisant DFS
- Bot resolver utilisant DFS
- Bot resolver utilisant A*
- Bot resolver utilisant BFS
-
Cloner le projet depuis GitHub :
git clone https://github.com/KiritoEM/Maze-solver-DFS
-
Installer les dépendances et lancer l'application
pip install pygame python3 app.py ou python app.py
Fait avec 💗 par KiritoEM