ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Changes

RevisionDateWhoCommit message
44:44aa01af687e 2019-05-09 el17ajf Found the issue, should have fixed API docs now. (Final Submission. I have read and agreed with Statement of Academic Integrity.) default tip
43:982be484edf4 2019-05-09 el17ajf Test second publish because API Documentation was not working (Final Submission. I have read and agreed with Statement of Academic Integrity.)
42:6b4af0f64b4d 2019-05-09 el17ajf Final Submission. I have read and agreed with Statement of Academic Integrity.
41:91b0c73b9e02 2019-05-09 el17ajf Commented remaining parts, added unit tests
40:052819060e38 2019-04-30 el17ajf Fixed SD file system
39:e128071a95b0 2019-04-29 el17ajf finished documenting all public methods;
38:34748f3fd588 2019-04-27 el17ajf Finished documenting classes;
37:8da316cf4549 2019-04-27 el17ajf Documented more classes;
36:c854f1f51f43 2019-04-24 el17ajf Documented all classes
35:d0d3ba96798a 2019-04-23 el17ajf Documented Engine.h
34:0bb0d010e755 2019-04-23 el17ajf Documented Block class
33:0a5bc157bbf8 2019-04-13 el17ajf fixed border bug
32:7b5a864b9234 2019-04-13 el17ajf made all function, class and variable names consistent styling
31:69fedaa9b171 2019-04-13 el17ajf added seeding to rand()
30:11838cb6979f 2019-04-13 el17ajf Added fancy logo
29:d59fbe128d1f 2019-04-13 el17ajf fixed hidden height zone
28:e09b7ac11dea 2019-04-12 el17ajf added screen shake
27:2ed9e3c9f4e9 2019-04-05 el17ajf Highscores working
26:baa7077449e7 2019-04-04 el17ajf backlight option
25:bf47fe41883a 2019-04-04 el17ajf Added debouncing with SampledIn class
24:555cb65502a3 2019-04-04 el17ajf Documented the Tetromino class
23:ac27218b72d1 2019-04-04 el17ajf added a test doxygen comment
22:0a474f074553 2019-04-04 el17ajf Added pause menu
21:62d2b5b73160 2019-04-03 el17ajf Moved Menus to Class based system
20:cd96f98f5f79 2019-04-03 el17ajf Menus system rewrite
19:370d83a8dc33 2019-04-03 el17ajf Added numbers to font
18:24ce897024d0 2019-04-03 el17ajf Added adaptable grid sizes
17:cc448ab7266f 2019-04-03 el17ajf Added UI and graphics separation
16:3f84f2d7b910 2019-03-26 el17ajf lab updates
15:afeefa3ceb61 2019-03-19 el17ajf added switch debouncing
14:53d2167d7c9a 2019-03-18 el17ajf got row shifting working
13:59e17cab320a 2019-03-18 el17ajf got tetrominos dropping and moving!
12:beb0d7632531 2019-03-17 el17ajf changed location of static values
11:fba7d54fd36b 2019-03-17 el17ajf got random tetrominos displaying on the screen
10:5762d7fae033 2019-03-15 el17ajf declared static variables in class cpp files
9:3a7776a29a11 2019-03-15 el17ajf added more graphics methods
8:5066ce13a430 2019-03-15 el17ajf added some graphics methods
7:2e37bad816cb 2019-03-15 el17ajf getters and setters for block
6:a54df561f442 2019-03-14 el17ajf Changed tetromino constructors
5:3efbdcb3efaf 2019-03-13 el17ajf Immutable grid class
4:aa433f9865a6 2019-03-12 el17ajf Tetromino class;
3:a1b058ff66c2 2019-03-12 el17ajf added Grid class for the board
2:0b5e289ef905 2019-03-12 el17ajf Added more classes (input, game)
1:928632432ea4 2019-03-12 el17ajf Added Engine class;
0:dbbfdb8d8808 2019-03-12 el17ajf Initial Commit