Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
30:461231877c89
Parent:
16:7b474f873683
Child:
33:249cf423fb18
--- a/StartScreen/StartScreen.h	Sun Apr 14 10:24:59 2019 +0000
+++ b/StartScreen/StartScreen.h	Mon Apr 15 06:00:01 2019 +0000
@@ -11,7 +11,9 @@
     public:
     
     StartScreen();
-    ~StartScreen();
+    ~StartScreen()
+    ;
+    void init();
     
     /** Initialise StartScreen
     *
@@ -42,6 +44,13 @@
     *   This function obtains the user input on how they want to progress.
     */
     
+    void DisplaySc1Contents(N5110 &lcd, Gamepad &pad);
+    
+    /** Displaying The First Menu Screen
+    *
+    *   This function just displays Menu Screen 1 contents.
+    */
+    
     void menu_screen2(N5110 &lcd, Gamepad &pad);
     
     /** The Second Menu Screen
@@ -57,6 +66,12 @@
     */
     
     int fps; // this sends over the game speed
+    int i;
+    int lr;
+    int gs; 
+    int st;
+    int sc;  
+    float cs;