Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
8:890b986b16a4
Parent:
7:48ba87cd79b5
Child:
9:d1d79d4ee673
--- a/main.cpp	Tue Mar 26 14:45:15 2019 +0000
+++ b/main.cpp	Tue Mar 26 18:36:50 2019 +0000
@@ -35,7 +35,7 @@
 void refresh_game();
 
 //Constants//
-int fps = 7;  // frames per second
+int fps = 40;  // frames per second
 
 ///////////// MAIN ////////////////
 int main()