Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
39:210ac915e0a0
Parent:
37:ee47699915b8
Child:
41:4edac50f010d
--- a/Snake/Snake.h	Mon Apr 22 04:24:38 2019 +0000
+++ b/Snake/Snake.h	Mon Apr 22 05:28:37 2019 +0000
@@ -46,13 +46,6 @@
     Vector2D get_pos_before7(int length);
     Vector2D get_pos_before8(int length);
     Vector2D get_pos_before9(int length);
-    /*
-    Vector2D get_pos_before10(int length);
-    Vector2D get_pos_before11(int length);
-    Vector2D get_pos_before12(int length);
-    Vector2D get_pos_before13(int length);
-    Vector2D get_pos_before14(int length);
-    */
     int m;
     int b[15];  //each element in this array represents the beed number in the snake.
     char bufferlevel[14];  //this helps me print the level on screen.