Loading pythonsnake/model.py +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
pythonsnake/model.py +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading