All there but errors need fixing

Dependencies:   mbed

Overview:

Rookie Tetris is a jigsaw style game based on the classic Tetris.

A block will appear at the top of the screen, you must move it (your options for movement are left, right and down - you cannot move up the board). The block will stop when it if placed either on the floor of the board or on-top of another block.

Your goal is to fill a complete row of the board with the blocks; when you do so the row will delete and the pattern above it will drop down. The game is over when your pattern is tall enough to reach to the top of the board!

Controls:

Use the joystick to move your block! Your block cannot move out of the parameters of the board.

Pot 2 controls the contrast of the screen.

Revision:
1:35dba0833c7d
Parent:
0:b7f1f47bb26a
Child:
2:55092965eadd
diff -r b7f1f47bb26a -r 35dba0833c7d main.cpp
--- a/main.cpp	Mon Feb 03 14:26:29 2020 +0000
+++ b/main.cpp	Fri May 22 10:36:01 2020 +0000
@@ -4,10 +4,10 @@
 University of Leeds
 2019/20
 
-Name:
-Username:
-Student ID Number:
-Date:
+Name: Ruby Smith
+Username: el18rs
+Student ID Number: 201259470
+Date: 22/05/20
 */
 
 // includes