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/Entity.cpp

Revision Date Message Actions
57:1c12361b6e3d 2019-05-09 All protected member has a _ before them File  Diff  Annotate
51:4d0cd75e7ed3 2019-05-09 Removed moving boolean from entity, finished commenting room.cpp File  Diff  Annotate
41:0697508a28ba 2019-05-07 Added room types and wall entity File  Diff  Annotate
38:09832e662803 2019-05-07 Attempted creation of mob Cowboy File  Diff  Annotate
37:a404860171a9 2019-05-07 Separated Health from rest of Entities (collectibles array) File  Diff  Annotate
34:1d5b4da3935e 2019-05-06 Char conversion complete; 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
28:98848e6a77a2 2019-05-02 Entrance and Exit done File  Diff  Annotate
27:a1b41626f57c 2019-04-29 Functional Room; Great Success; File  Diff  Annotate
26:abbc19edc5c1 2019-04-29 RoomEngine done, no test yet, Room h partial done; File  Diff  Annotate
24:26369d92a06a 2019-04-26 Fully Functional Snake File  Diff  Annotate
23:5a8f75e93508 2019-04-25 Added Health; File  Diff  Annotate
21:be18f33da757 2019-04-25 Snake half done no clear screen error File  Diff  Annotate
20:6405835af6e2 2019-04-25 the true updated headless only functional game 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
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 | base