The game is finished

Dependencies:   mbed Gamepad N5110 mbed-rtos

Revision:
14:c7302ffe6eab
Parent:
13:a2f061b9cc36
--- a/GameEngine/GameEngine.h	Thu May 09 14:19:32 2019 +0000
+++ b/GameEngine/GameEngine.h	Thu May 09 14:23:35 2019 +0000
@@ -18,7 +18,7 @@
 #define GAP 2
 
 /** GameEngine Class
- * @brief  The game engine for the game
+ * @brief  The game engine for the mission game
  * @author Rex Roshan Raj
  */
 class GameEngine
@@ -106,7 +106,7 @@
     
 private:
 
-    void check_enemy_collisions(Gamepad &pad); // check if the player spacecraft beam collided with the enemy in mission one
+    void check_enemy_collisions(Gamepad &pad);  // check if the player spacecraft beam collided with the enemy in mission one
     void check_enemy2_collisions(Gamepad &pad); // check if the player spacecraft beam collided with the enemy in mission two
     void check_enemy3_collisions(Gamepad &pad); // check if the player spacecraft beam collided with the enemy in mission three