Owen Cavender 201159294

Dependencies:   mbed Gamepad2

Revision:
4:748e3ff14e72
Parent:
2:44e4a6ecdbef
Child:
5:d716013c6a18
--- a/main.cpp	Tue May 26 18:37:01 2020 +0000
+++ b/main.cpp	Tue May 26 18:42:16 2020 +0000
@@ -12,7 +12,7 @@
 The game loop will be entered after the game is initialised. The first step is to process the
 user input (if any). The next step is to update the game engine depending on the input i.e.
 moving a character or checking for collisions. The final step is to update the display and render
-this on the LCD. There is usual
+this on the LCD. There is usual////
 */
 
 // includes