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.

Changes

RevisionDateWhoCommit message
26:00e1a6076038 2020-06-03 el18rs Final Submission. I have read and agreed with Statement of Academic Integrity. default tip
25:a7c89c54454a 2020-06-03 el18rs Final Submission
24:8868a01f4a8c 2020-06-03 el18rs El18rs 201259470
23:cbfa9d1ee3db 2020-06-03 el18rs line clears and screen drops down but jumps up and down alternate blocks
22:403759d2f093 2020-06-03 el18rs line clears when full
21:6d4dd906edde 2020-06-03 el18rs some comments added
20:ad685b35a1a4 2020-06-03 el18rs game over function fixed
19:2ad31dbd5d11 2020-06-03 el18rs x boundaries added and board drawn
18:a089d9d184b1 2020-06-03 el18rs blocks stack
17:70d45e9e44a8 2020-06-02 el18rs -
16:fca1bbb06c44 2020-06-02 el18rs blocks stack
15:68114eae4053 2020-06-02 el18rs works/compiles
14:bd8c59a4b641 2020-06-02 el18rs compiles
13:600a34a047ca 2020-06-02 el18rs square saves when new one drops
12:965b39a2e049 2020-06-01 el18rs works but picture drags on screen
11:0183a52c1077 2020-06-01 el18rs block moves but doesn't fall and collisions need fixing
10:7310c9440547 2020-06-01 el18rs print statements added to help fix errors
9:58103274b2ab 2020-06-01 el18rs el18rs 201259470;
8:cebb2aca8e19 2020-06-01 el18rs welcome works
7:80e1c83b9b6a 2020-06-01 el18rs start screen correct
6:39cbec524483 2020-05-31 el18rs Compiles but needs fixing
5:53e021832adc 2020-05-31 el18rs changes made
4:7ddd287a5d28 2020-05-31 el18rs Includes most parts but still has errors that need fixing
3:522c6f850e91 2020-05-24 el18rs Game engine added
2:55092965eadd 2020-05-23 el18rs Title screens and shapes designed
1:35dba0833c7d 2020-05-22 el18rs Start
0:b7f1f47bb26a 2020-02-03 eencae ELEC2645 starter project