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
Revision 17:43cea0e1352b, committed 2018-05-08
- Comitter:
 - el16a2t
 - Date:
 - Tue May 08 14:58:49 2018 +0000
 - Parent:
 - 16:b0fb01fc21f8
 - Commit message:
 - Final commit. I have read and agreed to the statement of academic integrity.
 
Changed in this revision
| gameEngine/gameEngine.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/gameEngine/gameEngine.cpp	Tue May 08 14:42:37 2018 +0000
+++ b/gameEngine/gameEngine.cpp	Tue May 08 14:58:49 2018 +0000
@@ -107,7 +107,7 @@
 
     score++;//increase score
 
-    sprintf (str, "%d", (score/10)); //convert an integer to pointer
+    sprintf (str, "%d", (score/10)); //convert an integer to pointer.
     lcd.printString(str,64,1); //display score
 
     //constantly update score on the screen: