Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.
Dependencies: mbed FATFileSystem
main.cpp@4:34bf3587cf42, 2019-04-18 (annotated)
- Committer:
- rottenegg
- Date:
- Thu Apr 18 21:44:05 2019 +0000
- Revision:
- 4:34bf3587cf42
- Parent:
- 3:63cdd5cab431
- Child:
- 5:860087ff295e
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
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rottenegg | 0:af8236e47084 | 1 | /* |
rottenegg | 0:af8236e47084 | 2 | ELEC2645 Embedded Systems Project |
rottenegg | 0:af8236e47084 | 3 | School of Electronic & Electrical Engineering |
rottenegg | 0:af8236e47084 | 4 | University of Leeds |
rottenegg | 0:af8236e47084 | 5 | Name:Saad Tayyab |
rottenegg | 0:af8236e47084 | 6 | Username:el17st |
rottenegg | 0:af8236e47084 | 7 | Student ID Number:201145512 |
rottenegg | 0:af8236e47084 | 8 | Date: 18/04/2019 |
rottenegg | 0:af8236e47084 | 9 | */ |
rottenegg | 0:af8236e47084 | 10 | |
rottenegg | 0:af8236e47084 | 11 | |
rottenegg | 0:af8236e47084 | 12 | #include "mbed.h" |
rottenegg | 0:af8236e47084 | 13 | |
rottenegg | 0:af8236e47084 | 14 | int main() { |
rottenegg | 0:af8236e47084 | 15 | |
rottenegg | 0:af8236e47084 | 16 | } |