Fixed generation issue with snakeFood

Fixed generation issue with snakeFood and game should be fully playable without an official end screen implemented. So when the snake gets stuck or the game finishes, there is nothing to close the game automatically.
This commit is contained in:
TriantaTV
2022-08-21 02:51:33 -05:00
parent 88902fed6a
commit 2c4537eda7
7 changed files with 44 additions and 56 deletions
-1
View File
@@ -2,7 +2,6 @@
#include <SFML\Graphics.hpp>
#include <SFML\System.hpp>
#include "Snake.h"
#include "SnakeFood.h"
#include "GameState.h"
GameState::GameState()