...

/

Coding Challenge: Create a Character Inventory Class

Coding Challenge: Create a Character Inventory Class

Let's extend the Character class with new functionalities.

We'll cover the following...

Problem statement

Improve the example RPG to add character inventory management according to the following rules:

  • A character’s inventory contains gold(s) and key(s).
  • Each character begins with
...