Commit 9e3755b2 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

typo on comment

parent 50bc7767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class Game:
        ):
            return False

        # check if next position of snake haed is not another snake piece
        # check if next position of snake head is not another snake piece
        for snake_piece in self.snake.coord:
            if (
                snake_piece["x"] == snake_head["x"]