Posted April 09, 2019 by Connor Davey
Entry #3
C++ Implementation Continued
-Write Your Own Adventure Programs-
Here I implemented movement through the rooms, adding getters and setters and including a private bool called has_item which checks if the room holds an item or not.
I then added code to involve items. Setting and getting roomIDs that include items and getting and setting the item names.