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 TetrisGame/TetrisGame.cpp

Revision Date Message Actions
25:a7c89c54454a 2020-06-03 Final Submission File  Diff  Annotate
24:8868a01f4a8c 2020-06-03 El18rs 201259470 File  Diff  Annotate
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
21:6d4dd906edde 2020-06-03 some comments added File  Diff  Annotate
20:ad685b35a1a4 2020-06-03 game over function fixed File  Diff  Annotate
19:2ad31dbd5d11 2020-06-03 x boundaries added and board drawn File  Diff  Annotate
18:a089d9d184b1 2020-06-03 blocks stack 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
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