warlicks / dungon-adventrue

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

Adventurer #3

Closed warlicks closed 2 days ago

warlicks commented 5 days ago

Developed the Adventurer class. The class is designed to manage the players avatar during the game. It keeps track of the avatar's health and all the items in the avatar's inventory. It also provides methods for updating the players health and the inventory. The class does not contain any logic for managing the flow of the game.