contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
37:b0e7e44503af
Parent:
33:24ef796ff2c8
Child:
38:2c0bad326668
--- a/GameMenus/Menus.h	Fri May 03 11:03:29 2019 +0000
+++ b/GameMenus/Menus.h	Fri May 03 11:12:03 2019 +0000
@@ -32,8 +32,14 @@
     
     
     setup();
+    //displays the welcome menu
     menus.welcomeMenu(pad,lcd); 
+    //displays the instructions menu
     menus.InstructionsMenu(pad,lcd);
+    //displays the 2nd instructions menu
+    menus.SecondInstructionsMenu(lcd);
+    //displays the loading menu
+    menus.loading_menu(lcd);
     //keeps looping to display main menu and method calls
     while(1){
         //displays main menu and each related method call when button pressed