CrustaShrimp / Snake

The old game snake
MIT License
1 stars 3 forks source link

Dynamics #1

Closed CrustaShrimp closed 4 years ago

CrustaShrimp commented 4 years ago

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