Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
27:3b4775a0d0bb
Parent:
25:e827f1a8fadc
Child:
29:c6358c39a70e
--- a/SnakevsBlock/SnakevsBlock.h	Thu Apr 11 05:34:03 2019 +0000
+++ b/SnakevsBlock/SnakevsBlock.h	Thu Apr 11 06:50:47 2019 +0000
@@ -44,6 +44,12 @@
     */
     void get_pos();
     
+    /** Implement Collision
+    *
+    *   This function allows the appropriate maths to take place after every collision.
+    */
+    void ImplementCollision(Gamepad &pad);
+    
     
     int snakex;
     int snakey;