You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the snake fills the entire screen upon eating the last food item (in other words, winning the game), Game::PlaceFood will run forever as it attempts to find an x and y value that aren't occupied by the snake.
The text was updated successfully, but these errors were encountered:
If the snake fills the entire screen upon eating the last food item (in other words, winning the game), Game::PlaceFood will run forever as it attempts to find an x and y value that aren't occupied by the snake.
The text was updated successfully, but these errors were encountered: