Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
37:ee47699915b8
Parent:
36:dfdd619874ae
Child:
41:4edac50f010d
--- a/Blocks/Blocks.h	Thu Apr 18 06:19:33 2019 +0000
+++ b/Blocks/Blocks.h	Thu Apr 18 14:03:43 2019 +0000
@@ -53,6 +53,7 @@
     int caseselect[5];
     int i;
     int send;
+    Vector2D velocity;
     
     
 
@@ -60,8 +61,6 @@
     int k;
     int _bx;  //block x
     int _by;  //block y
-    
-    Vector2D _velocity;
 
 };
 #endif
\ No newline at end of file