Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Gamepad N5110 mbed-rtos
Diff: GameEngine/GameEngine.h
- Revision:
- 14:c7302ffe6eab
- Parent:
- 13:a2f061b9cc36
diff -r a2f061b9cc36 -r c7302ffe6eab GameEngine/GameEngine.h
--- 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