Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
42:973bb6036f81
Parent:
41:4edac50f010d
Child:
44:cd10d07ea1e5
--- a/SnakevsBlock/SnakevsBlock.h	Tue Apr 23 12:25:49 2019 +0000
+++ b/SnakevsBlock/SnakevsBlock.h	Tue Apr 23 15:22:09 2019 +0000
@@ -80,7 +80,7 @@
     int blockgap; //to change frequency of fall
     int blockbuff; // to manage the fall of food relative to the blocks
     int srn;
-    int send; //makes sure that the block number is only updated when send is activated.
+    int send_block_number; //makes sure that the block number is only updated when send is activated.
     int back; //enables the player to go back on main menu if back is pressed.
     int b[15];
     int b0_to_b14[15];