Kaif Kutchwala 201267448 ELEC2645 Project
Dependencies: mbed
Diff: main.cpp
- Revision:
- 31:e1f80d181779
- Parent:
- 30:abe30c123470
--- a/main.cpp Tue May 26 15:49:31 2020 +0000 +++ b/main.cpp Tue May 26 15:50:46 2020 +0000 @@ -98,7 +98,7 @@ game.init(); //initialise wait(0.2); //debounce game.play(); //play game -/////////////////// game has now ended ////////////////////////////////////// +//////////////////// game has now ended ////////////////////////////////////// lcd.clear(); //clear screen once game is over and display apt message // store player score and top score in buffer sprintf(buffer_score, "Your Score: %d", game.get_score());