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:
@@ -2,7 +2,6 @@
|
||||
#include <SFML\Graphics.hpp>
|
||||
#include <SFML\System.hpp>
|
||||
#include "Snake.h"
|
||||
#include "SnakeFood.h"
|
||||
#include "GameState.h"
|
||||
|
||||
GameState::GameState()
|
||||
|
||||
Reference in New Issue
Block a user