Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
41:4edac50f010d
Parent:
38:30e4e6191762
--- a/SnakeFood/SnakeFood.h	Mon Apr 22 07:10:52 2019 +0000
+++ b/SnakeFood/SnakeFood.h	Tue Apr 23 12:25:49 2019 +0000
@@ -47,7 +47,6 @@
     int n;
     int _fx;  //food x
     int _fy;  //food y
-    int fooddrop;  //this makes food 1,2,and 3 drop at reasonable speeds
     int _blockbuff;
 
 };