![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.
Dependencies: mbed MotionSensor
Diff: Entity/Entity.h
- Revision:
- 26:abbc19edc5c1
- Parent:
- 24:26369d92a06a
- Child:
- 27:a1b41626f57c
--- a/Entity/Entity.h Fri Apr 26 02:38:05 2019 +0000 +++ b/Entity/Entity.h Mon Apr 29 02:45:17 2019 +0000 @@ -49,7 +49,6 @@ void undo_move_x(bool); void undo_move_y(bool); void update_prev_pos(); - bool death_check(); // Mutator void position_add_x(float);