Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
36:dfdd619874ae
Parent:
35:ce47cde57bd3
Child:
38:30e4e6191762
--- a/StartScreen/StartScreen.cpp	Wed Apr 17 09:15:43 2019 +0000
+++ b/StartScreen/StartScreen.cpp	Thu Apr 18 06:19:33 2019 +0000
@@ -122,12 +122,12 @@
 
 void StartScreen::init()
 {
-    i = 16;
-    lr = 1;
-    gs = 1; 
-    st = 1;
-    sc = 1;  
-    cs = 4;
+    i = 16; //main menu selection arrow position
+    lr = 1; //game mode page selection.
+    gs = 1; //game speed page selection.
+    st = 1; //this is the sr num of settings pages.
+    sc = 1; //this helps in wether ot not to show credits to the user.
+    cs = 4; //sensitivity of control speed of menu options.
 }
 
 void StartScreen::screen_saver(N5110 &lcd, Gamepad &pad)