Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
100:6403c1705a08
Parent:
98:3061aa318fa2
--- a/GameEngine/SnakevsBlock/SnakevsBlock.h	Thu May 09 10:10:10 2019 +0000
+++ b/GameEngine/SnakevsBlock/SnakevsBlock.h	Thu May 09 11:10:06 2019 +0000
@@ -112,7 +112,7 @@
 private:
 
     /*
-        This function checks if the Snake has come into contact with it's food.
+    This function checks if the Snake has come into contact with it's food.
     */
     void CheckSnakeFoodCollision();