contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
40:13b8467526d0
Parent:
39:822b66b1c935
--- a/main.cpp	Fri May 03 16:57:52 2019 +0000
+++ b/main.cpp	Tue May 07 15:17:21 2019 +0000
@@ -64,15 +64,7 @@
 int main(){
     
     
-    setup();
-//      test.test_welcomeMenu(pad,lcd);
-//      test.test_Play_Welcome_Melody(pad);
-//      test.test_End_Game_Melody(Gamepad &pad);
-//      test.test_drawMenu(lcd, pad);
-//      test.test_credits_page(lcd,pad);
-//      test.test_loading_menu(lcd);
-//      test.test_InstructionsMenu(pad,lcd);
-//      test.test_Game_Loop(pad,lcd);
+    setup();//initializes all the objects
    
     menus.welcomeMenu(pad,lcd);//displays the welcome menu
     menus.loading_menu(lcd);//displays the loading menu next