Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerem-EstIcI committed Jun 4, 2024
1 parent 67f93db commit 52d6fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified __pycache__/res_lab.cpython-310.pyc
Binary file not shown.
2 changes: 0 additions & 2 deletions res_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def res_lab(lab, dim):
posx = dim - 2
posy = dim - 2
if reslab[posx][posy]==3 or reslab[posx][posy]==5: #erreur dans la création du labyrinthe
#ou dans la création de la longueur des pts

return reslab
while not (posx == 1 and posy == 1):
if reslab[posx-1][posy] == reslab[posx][posy] - 1:
Expand Down

0 comments on commit 52d6fb6

Please sign in to comment.