From a978515b0bac7e6a3f32f14ecf4f7a34d3151e76 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Tue, 26 Nov 2024 20:18:55 +0100 Subject: [PATCH] feat: spaghetti code --- maze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maze.py b/maze.py index 241d690..d90740a 100644 --- a/maze.py +++ b/maze.py @@ -62,7 +62,7 @@ class Maze: mov (Direction): The direction to move in Returns: - bool: Returns if the player moved + bool: Returns if the player didn't move """ old_player = self.player