![](/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: RoomEngine/RoomEngine.h
- Revision:
- 46:f09711580d4a
- Parent:
- 43:63f5c9d9689c
- Child:
- 47:6e31b195ce3c
--- a/RoomEngine/RoomEngine.h Wed May 08 12:40:52 2019 +0000 +++ b/RoomEngine/RoomEngine.h Wed May 08 20:47:52 2019 +0000 @@ -8,6 +8,8 @@ #include "Room.h" #include "sprites.h" +#define MAX_ROOMS_MAP_X 11 +#define MAX_ROOMS_MAP_Y 11 class RoomEngine