Kaif Kutchwala 201267448 ELEC2645 Project

Dependencies:   mbed

Revision:
30:abe30c123470
Parent:
29:532e5c371be4
Child:
31:e1f80d181779
--- a/main.cpp	Tue May 26 15:21:51 2020 +0000
+++ b/main.cpp	Tue May 26 15:49:31 2020 +0000
@@ -103,7 +103,7 @@
     // store player score and top score in buffer
     sprintf(buffer_score, "Your Score: %d", game.get_score());
     sprintf(buffer_high_score, "Top Score: %d", game.get_highscore());
-    lcd.printString("GAME OVER", 15, 2);
+    lcd.printString("GAME OVER", 15, 1);
     lcd.printString(buffer_score,0,3);
     lcd.printString(buffer_high_score,0,4);
     lcd.refresh();