skiadas / BattleFTP

RPG game that is the class project for a course on functional programming
MIT License
6 stars 6 forks source link

Other Ideas for Inventory #61

Closed hedrickj19 closed 6 years ago

hedrickj19 commented 6 years ago

We have implemented the functions we feel are necessary for the Inventory module. These include:

  1. Storage Constructor
  2. List of available Item objects
  3. Storage methods: insertItem, removeItem, findItem, numItems, listStorage,
  4. Getter methods for Item objects: getName, getType, getHPEff, getAttackEff, getDefenseEff, getSpeedEff, getItem

Let us know if there is anything you feel we should add.