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.
Revision 140:d8634e76ecce, committed 2019-05-09
- Comitter:
- jamesheavey
- Date:
- Thu May 09 14:36:51 2019 +0000
- Parent:
- 139:cd10ca4fc8ac
- Commit message:
- Final Submission. I have read and agreed with Statement of Academic Integrity.
Changed in this revision
Ball/Ball.h | Show annotated file Show diff for this revision Revisions of this file |
Life_Powerup/Life_Powerup.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Ball/Ball.h Thu May 09 14:26:49 2019 +0000 +++ b/Ball/Ball.h Thu May 09 14:36:51 2019 +0000 @@ -9,7 +9,7 @@ #define BALL_SIZE 2 #define BALL_SPEED 2 -/* Ball Class +/** Ball Class @author James Heavey, University of Leeds @brief Controls the ball in the Breakout game @date May 2019
--- a/Life_Powerup/Life_Powerup.h Thu May 09 14:26:49 2019 +0000 +++ b/Life_Powerup/Life_Powerup.h Thu May 09 14:36:51 2019 +0000 @@ -20,7 +20,7 @@ 0, 0, 0, 1, 1, 1, 0, 0, 0 }; -/* Life_Powerup Class +/** Life_Powerup Class @author James Heavey, University of Leeds @brief Controls the Life_Powerup in the Breakout game @date May 2019