Cube Dodger A 3D 'endless runner' game

Dependencies:   mbed

Revisions of Game/Game.h

Revision Date Message Actions
45:6eb1a18019d0 2019-05-07 Final Submission. I have read and agreed with the Statement of Academic Integrity File  Diff  Annotate
44:679835a8fc6e 2019-05-07 Final publish; File  Diff  Annotate
43:5600897a7442 2019-05-07 Added more detailed descriptions of structs; File  Diff  Annotate
42:50dfe444800e 2019-05-07 Removed code example as it was causing documentation errors File  Diff  Annotate
41:733f1b23e611 2019-05-07 menuselection struct was still not displaying File  Diff  Annotate
40:065f0e4d6652 2019-05-07 Documented structs were not displayed correctly File  Diff  Annotate
39:41dcf1604fdf 2019-05-07 Added doxygen code example for structs File  Diff  Annotate
38:cc5461dd0369 2019-04-29 Fixed order of descriptions in Game.h File  Diff  Annotate
37:524b91130885 2019-04-29 Improved class descriptions File  Diff  Annotate
36:6fbafc8bed80 2019-04-29 Ensured all doxygen descriptions are above function declarations File  Diff  Annotate
35:fe3956825bd8 2019-04-29 removed breif comment in wrong areas File  Diff  Annotate
34:5cb9b4d01f5c 2019-04-29 Removed @ before brief causing descriptions to be in the wrong order File  Diff  Annotate
32:9c250eda7f3f 2019-04-05 Removed unnecessary includes in .h files File  Diff  Annotate
31:e681177037ef 2019-04-05 Changed Rasturizer.cpp and Rasturizer.h to Renderer.cpp and Renderer.h, documented Renderer class File  Diff  Annotate
30:91038c2afec7 2019-04-05 Added highscore saving to sd card File  Diff  Annotate
29:4a02f0bae202 2019-04-04 added high score printing, sd card library not working File  Diff  Annotate
28:f8ff7c8c1627 2019-04-04 Updated Game.h documentation File  Diff  Annotate
27:e46af658c67a 2019-04-04 Added interactive help menu and imported sd card library; File  Diff  Annotate
26:8a85aede976d 2019-04-04 Fixed bouncing issue with d pad buttons, implemented input processor function File  Diff  Annotate
25:3995271e411c 2019-04-03 amended cube.cpp and documented cube.h File  Diff  Annotate
22:236319885874 2019-04-03 Game now runs at a target fps of 60 File  Diff  Annotate
21:6b5d2d75e083 2019-04-02 Fixed crashing caused by timer/ticker, faces only render when on screen (big performance boost), 18 cubes now in game File  Diff  Annotate
20:3ca430241df0 2019-04-01 Made renderer sort all faces by z axis and draw instead of being done in game class File  Diff  Annotate
18:8256546a3cbf 2019-03-31 Created home menu, not linked help or quit yet File  Diff  Annotate
16:64cd7bc094f9 2019-03-31 added death screen with restart and menu options and 3d cube selector File  Diff  Annotate
15:8fbbdefbe720 2019-03-31 Created game class File  Diff  Annotate