Auto urgent commit.

This commit is contained in:
2025-01-27 14:43:48 +01:00
parent a53a44a130
commit 91c245e784
2 changed files with 12 additions and 0 deletions

7
graphes/maze/main.py Normal file
View File

@@ -0,0 +1,7 @@
import maze_creator as mc
import random
random.seed(random.randint(-2147483647, 2147483647))
lab = mc.Labyrinth(100,100)
lab.set_start_end((0,0),(100,100))