Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
97:819c0689efa7
Parent:
95:b068b0735f45
--- a/GameObjects/SnakeFood/SnakeFood.cpp	Thu May 09 09:23:57 2019 +0000
+++ b/GameObjects/SnakeFood/SnakeFood.cpp	Thu May 09 09:39:02 2019 +0000
@@ -42,7 +42,6 @@
     _lcd->drawSprite(_fx,_fy,3,3,(int *)food_sprite); //Function to draw the food.
 }
 
-
 Vector2D SnakeFood::get_pos() //Obtains the X and Y coordinate of the target.
 {
     Vector2D snakefoodpos = {_fx,_fy};