Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
81:4c1641e10dcd
Parent:
56:142e9fdb77a8
Child:
83:329da564799a
--- a/GameObjects/SnakeFood/SnakeFood.h	Mon May 06 08:00:56 2019 +0000
+++ b/GameObjects/SnakeFood/SnakeFood.h	Mon May 06 09:05:09 2019 +0000
@@ -44,7 +44,7 @@
     Vector2D velocity;
 
     private:
-    int n;
+    int reset;
     int _fx;  //food x
     int _fy;  //food y
     int _blockbuff;