Initial checkin of code
Brief implementation of the main game in MainGame.cpp
Game class gets created and gets called to play
Play first initialises game
a vector of points is used for the snake
a point is used for food, turned off/on
food is randomly generated
snakehead is always first element of the vector, gets compared to it's own elements and food
Initial checkin of code Brief implementation of the main game in MainGame.cpp Game class gets created and gets called to play Play first initialises game a vector of points is used for the snake a point is used for food, turned off/on food is randomly generated snakehead is always first element of the vector, gets compared to it's own elements and food
TODO comments