Zeyu Feng 201377605

Dependencies:   mbed

On Minerva

Revision:
12:009895f6b6e4
Parent:
11:494cc44777fe
Child:
13:eb60628db8bf
--- a/Interface/Interface.h	Mon May 11 09:09:31 2020 +0000
+++ b/Interface/Interface.h	Mon May 11 14:43:16 2020 +0000
@@ -45,12 +45,23 @@
         
         //Victory interface
     void victory(N5110 &lcd,Gamepad &pad);
+    
+        //make the game simple
+    void simple_game(N5110 &lcd,Gamepad &pad);
+    
+    int get_sim_flag();
+    
+    int get_gameover_flag();
+    
+    int get_victory_flag();
         
 private:
         
     Timer _timer;
-    
     Direction _d;
+    int _sim_flag;
+    int _gameover_flag;
+    int _victory_flag;
         
 };
 #endif
\ No newline at end of file