Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiritoem/maze-solver

Algorithmes pour permettre à un bot de resolver un labyrinthe
https://github.com/kiritoem/maze-solver

Last synced: 9 days ago
JSON representation

Algorithmes pour permettre à un bot de resolver un labyrinthe

Awesome Lists containing this project

README

        

# Maze Solver

Algorithme en python pour permettre à un bot de resolver un labyrinthe

https://github.com/user-attachments/assets/aaf8d33c-6aec-4299-9a1d-22cd25d6c086


## Prérequis pour lancer le Maze
- python3
- pip

## Fonctionnalités disponibles
- [X] Génération de labyrinthe random utilisant DFS
- [X] Bot resolver utilisant DFS
- [ ] Bot resolver utilisant A*
- [X] Bot resolver utilisant BFS

## Installation et utilisation

1. Cloner le projet depuis GitHub :

```js
git clone https://github.com/KiritoEM/Maze-solver-DFS
```

3. Installer les dépendances et lancer l'application
```js
pip install pygame
python3 app.py ou python app.py
```

Fait avec 💗 par KiritoEM