ucsb-cs56-projects / cs56-games-roguelike

-
5 stars 14 forks source link

Refactor Monster Subclasses #41

Closed MadRubicant closed 7 years ago

MadRubicant commented 7 years ago

As I mentioned in the README, the Monster subclasses in this project are an anti-pattern. Refactor these as data, or perhaps use static factory methods.

100 pts

MadRubicant commented 7 years ago

F16 OK (150 pts)

MadRubicant commented 7 years ago

Reassessing to 150 pts

MadRubicant commented 7 years ago

F16 RESOLVED