Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.

Dependencies:   mbed FATFileSystem

Changes

RevisionDateWhoCommit message
26:716bcd47f3ca 2019-05-10 rottenegg FINAL_SUBMISSION; ; Changes:; WDplayer: Major Memory Leek fixed related to fclose(); Game_Manager: Tuned Scene Order and Improved Random number generator.; SceneFuctions: Added a Randomly changing Object to Scene 4. default tip
25:df39289eb8c0 2019-05-09 rottenegg This has a bug fixed with docs
24:7f26feb4666d 2019-05-09 rottenegg Changed Main added Comment
23:5afb0e9b5b11 2019-05-09 rottenegg CaMove Documentation not showing
22:0a12e52848fc 2019-05-09 rottenegg CaMove Documentation Not showing?
21:f3b0ce18b44f 2019-05-09 rottenegg Game_Manager: 20 lines per Function Achevied; Documentation Updated along with Inline Comments
20:01efa2bce75d 2019-05-08 rottenegg SceneCreator: 20 line per function achieved.
19:065207c07c3c 2019-05-08 rottenegg SceneCreator 20 lines per Function Criteria met
18:14e5391beccf 2019-05-08 rottenegg CaMove: 20 line per Function criteria met
17:7d4d8905b608 2019-05-08 rottenegg All Libraries: Huge Bug due to previous changes that causes unexpected crash.; WDplayer: Tuned to meet 20 lines per function criteria;
16:279b870447be 2019-05-07 rottenegg Bitmap: Reworked to below 20 line, New Functions added Criteria and made child to N5110.
15:3d29fb195958 2019-05-07 rottenegg SceneFunctions: Added a new Scene; Game_Manager: set up the Main story flow; CaMove: fixed a error with chaser ( typo in code causes the chaser to be unable to move right)
14:165fff6d1854 2019-05-06 rottenegg CaMove: Added Additional Chaser options eg. death zones/; Game_Manager: Added Manages all Scenes and Story events with RNG management, Booting Diagnostics and Game File Verification, AllPaths was added.
13:95323e0f2fcb 2019-05-06 rottenegg SceneFunctions: Documentation Complete, functions made private and friend to SceneCreator.; SceneCreator: Documentation Complete.; CaMove: Update to Chaser Algorithm it now chases diagonally.
12:ff8d26124c38 2019-05-05 rottenegg WDplayer: New ISR Pause and Resume Functions and allocated ISR memory reduced to 4KB.; SceneCreator: Engine Split into two CORES, Integrated Background Music, Dynamic Fram eRate to reduce Lag feel due to a constant wait time
11:7f3e9bc7366d 2019-05-05 rottenegg WDplayer: Added new ISR Ticker compatible Functions and updated Documents.
10:4fda7b01484a 2019-04-26 rottenegg CaMove: Added Additional Chaser Character Model.; SceneCreator: Added RNG input to cause Minor Changes.; SceneFunctions: Added Scene 2, 3 Functions.; Ready For Main GAME MANAGER...
9:ac396c818874 2019-04-25 rottenegg CaMove: New Chaser Character Functions; AniPaths: New Chaser Model Paths; SceneCreator: Update and completion + new Chaser Options; SceneFunctions : New Scene Functions
8:e3a76a808a4c 2019-04-23 rottenegg CaMove: Update to move(N5110 &lcd) function's collision detection due to issue where player could glitch out of terrain.; SceneCreator was made, it manages all scene allowing easy function changes and also contains all function to control events ;
7:cbec3402b4e3 2019-04-21 rottenegg Mbed not creating documentation Issue
6:6f84347e9e14 2019-04-21 rottenegg Documentation Update for CaMove, WDplayer and Bitmap
5:860087ff295e 2019-04-21 rottenegg CaMove Library Update, CaMove Documentation Done, WDplayer Documentation Update.
4:34bf3587cf42 2019-04-18 rottenegg Added CaMove as a Character Movement and Interaction System that manages the moving animation and the Item Interaction Regions. WDplayer has been Documented and Flepaths File was added. CaMove Require Documenting
3:63cdd5cab431 2019-04-18 rottenegg Updated WDplayer Documentation and Removed all global Definitions and removed the Hardware Definitions. Added SDFileSystem library
2:964e19f2f3f1 2019-04-18 rottenegg Documented the N5110-Modded and added the WDplayer, a Library that plays 8-Bit Mono-stereo .wav files - However, it has problems running alongside as a Ticker event.
1:0efd25071a6d 2019-04-18 rottenegg Included N5110 Library to interface with LCD however the internal Bitmap Library has been modified to include a Mono .bmp image loader.
0:af8236e47084 2019-04-18 rottenegg Initial Comment