
Kaif Kutchwala 201267448 ELEC2645 Project
Dependencies: mbed
Revision 31:e1f80d181779, committed 2020-05-26
- Comitter:
- KaifK
- Date:
- Tue May 26 15:50:46 2020 +0000
- Parent:
- 30:abe30c123470
- Commit message:
- Final Submission. I have read and agreed with Statement of Academic Integrity.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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());