ELEC2645 (2018/19) / Mbed 2 deprecated 2645_Project_SiutingWong201186503

Dependencies:   mbed

Revision:
14:13e82f720bea
Parent:
13:c3c58d50a571
Child:
15:749c595b19e2
--- a/Engine/Engine.h	Thu May 09 05:25:04 2019 +0000
+++ b/Engine/Engine.h	Thu May 09 06:19:58 2019 +0000
@@ -18,7 +18,7 @@
     void read_input(Gamepad &pad);
     void draw(N5110 &lcd);
     void update(Gamepad &pad);
-    int get_score();
+    int get_score(); // get score for the incoming events
     
 private:
 
@@ -36,7 +36,7 @@
     int _stone_size;
     int _speed;
     
-    // x positions of the paddles
+    // x positions of the walls
     int _w0x;
     int _w1x;
     int _w2x;