mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-09 11:30:38 +00:00
Auto urgent commit.
This commit is contained in:
7
graphes/maze/main.py
Normal file
7
graphes/maze/main.py
Normal 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))
|
||||
Reference in New Issue
Block a user