forked from spaghetti/spaghetti-code-3
feat: spaghetti code
This commit is contained in:
parent
42d5573910
commit
a978515b0b
1 changed files with 1 additions and 1 deletions
2
maze.py
2
maze.py
|
@ -62,7 +62,7 @@ class Maze:
|
||||||
mov (Direction): The direction to move in
|
mov (Direction): The direction to move in
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
bool: Returns if the player moved
|
bool: Returns if the player didn't move
|
||||||
"""
|
"""
|
||||||
old_player = self.player
|
old_player = self.player
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue