A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.
Dependencies: mbed MotionSensor
Diff: Room/Room.h
- Revision:
- 25:112cbcb0b4a7
- Child:
- 26:abbc19edc5c1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Room/Room.h Fri Apr 26 02:38:05 2019 +0000 @@ -0,0 +1,15 @@ +#ifndef ROOM_H +#define ROOM_H +#include "Player.h" +#include "Headless.h" +#include "Snake.h" + +class Room +{ + private: + + public: + +}; + +#endif \ No newline at end of file