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/Player/Player.h

Revision Date Message Actions
58:c8d90bb7404a 2019-05-09 Fully Doxygenated File  Diff  Annotate
57:1c12361b6e3d 2019-05-09 All protected member has a _ before them File  Diff  Annotate
50:2c5cb92a5361 2019-05-09 Room Engine fully commented; File  Diff  Annotate
40:cbcbf6fc1421 2019-05-07 Restart Works File  Diff  Annotate
38:09832e662803 2019-05-07 Attempted creation of mob Cowboy File  Diff  Annotate
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
30:ec915d24d3e9 2019-05-05 Title Screen done; File  Diff  Annotate
29:6b8411bb040a 2019-05-04 added Room complete;; started Floor engine;; ; To do:; Floor generation;; More enemies;; Bosses;; Title Screen;; Score; File  Diff  Annotate
27:a1b41626f57c 2019-04-29 Functional Room; Great Success; File  Diff  Annotate
23:5a8f75e93508 2019-04-25 Added Health; File  Diff  Annotate
22:7abf4581bc9b 2019-04-25 Snakes 90% done, need to change entity to group of entity collision into repulsion File  Diff  Annotate
21:be18f33da757 2019-04-25 Snake half done no clear screen error File  Diff  Annotate
16:ddb203a74dfc 2019-04-24 Screen clear error; File  Diff  Annotate
15:44d5cc33d389 2019-04-24 Fully functioning without map generation and map movement. Only Headless enemy File  Diff  Annotate
14:3361879490b2 2019-04-24 Death of Entities and Bullets done, Laser problem (fire rate); File  Diff  Annotate
13:d04a6caba40d 2019-04-24 Added bullets (error) File  Diff  Annotate
12:a1c1991835ca 2019-04-23 Sprite is now controlled and stored inside each entity's files; File  Diff  Annotate
11:63e54f6e7939 2019-04-23 Added move checks (for entity to group of entity collision checks);; Added a plausible way to update each entity; File  Diff  Annotate
10:1a3499f6b583 2019-04-21 Added entity_collision, Added start of Bullets,; ; Problems:; Headless can be inside player without detected by entity_collision if on the same y level File  Diff  Annotate