Créateur et résolveur de labyrinthes.
Find a file
2025-04-20 14:42:39 +02:00
assets init 2025-04-20 14:25:55 +02:00
lib init 2025-04-20 14:25:55 +02:00
example.png init 2025-04-20 14:25:55 +02:00
LICENSE Initial commit 2025-04-20 13:34:49 +02:00
main.py init 2025-04-20 14:25:55 +02:00
README.md Actualiser README.md 2025-04-20 14:42:39 +02:00

maze

Créateur et résolveur de labyrinthes.

Usage

Lancez main.py.

Fonctionnement

flowchart TD
sv["Liste les sauvegardes"]
ll["Charge un labyrinthe"]
cb["Compression au format binaire (Haussman)"]
start{"Démarrage"}
start --> sv
start --> Validation
start --> ll
Validation --> start
Validation --> Labyrinthe
ll --> Labyrinthe
Labyrinthe --> Textures
Labyrinthe --> Sauvegarde
Labyrinthe --> Resolution
Resolution --> Labyrinthe
Labyrinthe --> start
Sauvegarde --> cb
Resolution --> Pile