Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
85:d50ba0994676
Parent:
83:329da564799a
Child:
90:741120c09784
--- a/MenuClasses/Tutorial/Tutorial.h	Mon May 06 16:15:21 2019 +0000
+++ b/MenuClasses/Tutorial/Tutorial.h	Mon May 06 23:41:03 2019 +0000
@@ -61,12 +61,49 @@
     */
     void controlsToPlayGame();
     
-    /** ControlsvForvPreviousvOr Next.
+    /** Controls For Previous Or Next.
     *
     *   This function shows how to start/end the game and also go to the next/previous menu.
     */
     void controlsForPreviousOrNext();
     
+    /** Block Tutorial A.
+    *
+    *   This function takes us to tutorial of why to avoid them.
+    */
+    void BlockTutorialA();
+    
+    /** Block Tutorial B.
+    *
+    *   This function displays to the user what the block does.
+    */
+    void BlockTutorialB();
+    
+    /** Block Tutorial C.
+    *
+    *   This function displays to the user that they can still slide away after colliding.
+    */
+    void BlockTutorialC();
+    
+    /** Food Tutorial.
+    *
+    *   This function displays to the user how to react to food in way of our game.
+    */
+    void FoodTutorial();
+    
+    /** Barrier Tutorial.
+    *
+    *   This function takes us to tutorial of what the barrier does in our game.
+    */
+    void BarrierTutorial();
+    
+    /** General Information.
+    *
+    *   This function talks us through some general information about the game.
+    */
+    void GeneralInfo();
+    
+    
 private:
     bool _backPressed; //remembers if back is pressed.