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.

Revisions of main.cpp

Revision Date Message Actions
23:cbfa9d1ee3db 2020-06-03 line clears and screen drops down but jumps up and down alternate blocks File  Diff  Annotate
22:403759d2f093 2020-06-03 line clears when full File  Diff  Annotate
17:70d45e9e44a8 2020-06-02 - File  Diff  Annotate
16:fca1bbb06c44 2020-06-02 blocks stack File  Diff  Annotate
15:68114eae4053 2020-06-02 works/compiles File  Diff  Annotate
14:bd8c59a4b641 2020-06-02 compiles File  Diff  Annotate
13:600a34a047ca 2020-06-02 square saves when new one drops File  Diff  Annotate
12:965b39a2e049 2020-06-01 works but picture drags on screen File  Diff  Annotate
11:0183a52c1077 2020-06-01 block moves but doesn't fall and collisions need fixing File  Diff  Annotate
10:7310c9440547 2020-06-01 print statements added to help fix errors File  Diff  Annotate
9:58103274b2ab 2020-06-01 el18rs 201259470; File  Diff  Annotate
8:cebb2aca8e19 2020-06-01 welcome works File  Diff  Annotate
7:80e1c83b9b6a 2020-06-01 start screen correct File  Diff  Annotate
6:39cbec524483 2020-05-31 Compiles but needs fixing File  Diff  Annotate
5:53e021832adc 2020-05-31 changes made File  Diff  Annotate
4:7ddd287a5d28 2020-05-31 Includes most parts but still has errors that need fixing File  Diff  Annotate
3:522c6f850e91 2020-05-24 Game engine added File  Diff  Annotate
2:55092965eadd 2020-05-23 Title screens and shapes designed File  Diff  Annotate
1:35dba0833c7d 2020-05-22 Start File  Diff  Annotate
0:b7f1f47bb26a 2020-02-03 ELEC2645 starter project File  Diff  Annotate