Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revisions of SavedGames/SavedGames.h

Revision Date Message Actions
67:a2984682d641 2020-05-21 Added SaveGame unit test which all passed! Had to define the unit test that tests actually saving and reading from a file as kept getting an error when declaring the sd object. File  Diff  Annotate
64:e9dfc35a1738 2020-05-21 Tidy up code in Game Engine class File  Diff  Annotate
63:4631447440cf 2020-05-21 Correct error screen show if save isn't present or sd card not inserted File  Diff  Annotate
61:7c4ec680a428 2020-05-20 Added no saved games screen File  Diff  Annotate
60:55fdc6bb29b9 2020-05-20 Added function to the screen that lets you select with file to save to File  Diff  Annotate
59:0b2e43312d6b 2020-05-20 Added saved_game_overide_init function to add to saved data to the playable part of the game when it selected. File  Diff  Annotate
54:d46459104dea 2020-05-19 Added display_saved_games function and scroll_saved_games function to SavedGames class. File  Diff  Annotate
53:01be7898c23f 2020-05-19 Added read saved data function to SavedGames class File  Diff  Annotate
52:feb8cf28bcff 2020-05-19 Added add_saved_data function to savedata class File  Diff  Annotate
51:35cb8e604b72 2020-05-19 Added check if the file can open function to saved games class. File  Diff  Annotate
50:13c8710985f4 2020-05-19 Added check for sd function to saved games File  Diff  Annotate
49:ed569eceeaa4 2020-05-19 Created saved games class File  Diff  Annotate