Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
46:dc7dccae9f9e
Parent:
41:4edac50f010d
Child:
47:b448ffd073e7
--- a/main.cpp	Thu Apr 25 21:53:05 2019 +0000
+++ b/main.cpp	Fri Apr 26 11:36:01 2019 +0000
@@ -40,7 +40,7 @@
 void refresh_game();
 
 //Constants//
-int fps = 40;  // frames per second
+int fps = 40;  // frames per second, this will be changed in menu.
 int g_mode = 1; //selects between joystick and motion control.
 
 ///////////// MAIN ////////////////