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
Diff: Game/Game.h
- Revision:
 - 29:4a02f0bae202
 - Parent:
 - 28:f8ff7c8c1627
 - Child:
 - 30:91038c2afec7
 
--- a/Game/Game.h	Thu Apr 04 21:47:00 2019 +0000
+++ b/Game/Game.h	Thu Apr 04 22:04:10 2019 +0000
@@ -10,7 +10,6 @@
 #endif
 #include "Gamepad.h"
 #include "mbed.h"
-
 /** Game class
 *@brief A class used to instantiate a cube object, this is the obstacle in the game
 *@author Christopher Doel
@@ -122,6 +121,9 @@
     void play();
     /** @brief Begin the execution of the game
     */
+    
+
+    
     void helpScreen();
     /** @brief Display the help screens
     */
@@ -133,9 +135,9 @@
     /**brief The constructor of the Face class which instantiates the game object.
     */
    void run();
-    /** @brief Executes the game loop
+    /** @brief Executes the main loop
     */
-   void homeScreen();
-    /** @brief Executed the home screen loop
+    void homeScreen();
+    /** @brief Displays the home screen
     */
 };
\ No newline at end of file