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.
Fork of fy15raf by
Diff: GameEngine/GameEngine.cpp
- Revision:
- 9:e70179ff61c5
- Parent:
- 8:13cef7cb872e
- Child:
- 10:3af708f38a42
--- a/GameEngine/GameEngine.cpp Tue Apr 24 11:17:43 2018 +0000
+++ b/GameEngine/GameEngine.cpp Tue Apr 24 15:29:17 2018 +0000
@@ -113,6 +113,11 @@
} else if (_rocket_score == 2) {
_rocket.drawOneHeart(lcd);
} else {
- _rocket.drawOneHeart(lcd);
+ gameOver=1;
}
+}
+
+int GameEngine::get_gameOver1()
+{
+ return gameOver;
}
\ No newline at end of file
