Reham Faqehi / Mbed 2 deprecated fy15raf

Dependencies:   mbed

Fork of fy15raf by ELEC2645 (2017/18)

Revision:
6:7b733b2a6cf6
Parent:
4:8c6723798227
Child:
7:06c86ec1f19d
--- a/GameEngine/GameEngine.h	Thu Apr 19 17:46:28 2018 +0000
+++ b/GameEngine/GameEngine.h	Fri Apr 20 21:03:05 2018 +0000
@@ -19,6 +19,7 @@
     void read_input(Gamepad &g_pad);
     void draw(N5110 &lcd);
     void update(Gamepad &pad, N5110 &lcd);
+    void print_scores(N5110 &lcd);
 
 private:
 
@@ -26,7 +27,8 @@
     Asteroid _asteroid;
     Direction _d;
     float _mag;
-
+    void check_goal(Gamepad &pad);
+    int score;
 };
 
 #endif