warlicks / dungon-adventrue

Create a text based adventure game for final assignment for TCSS 502.
0 stars 0 forks source link

Check Rooms For an Entrance or Exit #9

Open warlicks opened 1 day ago

warlicks commented 1 day ago

When entering an new room we need to check if it has an entrance or an exit. In the Room class entrances and exits are handled just like other room content so we can check using the check_room_content() method

We also need to create a branch in action choices for exiting the dungeon.