ucsb-cs56-projects / cs56-games-simple-rpg

-
1 stars 6 forks source link

Create an abstract Item class extended by Weapon class #18

Closed extrabutter closed 7 years ago

extrabutter commented 8 years ago

By creating an abstract Item class, we can condense common instance variables and methods for use and implementation in the Weapon class and future item class implementations.
Further implement this by creating new classes that extend the Item class to improve game abilities.

estimated ~100-200 points

steve-fields commented 7 years ago

Issue Fixed F17 CLOSED