A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.
Dependencies: mbed MotionSensor
Revisions of Entity/Bosses/Skull/Skull.cpp
Revision | Date | Message | Actions |
---|---|---|---|
34:1d5b4da3935e | 2019-05-06 | Char conversion complete; | File Diff Annotate |
33:4f3948dcd2f7 | 2019-05-06 | Saved space using char to print screen instead of int (reduction by 4x) | File Diff Annotate |
32:fe6359ef9916 | 2019-05-06 | A bit of code cleanup;; Draw functions are now inside the classes;; Moved classes into it's folders; | File Diff Annotate |