mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

Extend Item into subclasses #54

Closed akarle closed 6 years ago

akarle commented 7 years ago

Armor, weapon, headgear.

Make it OOP! enough of those huge constructors!

akarle commented 6 years ago

We now have exotic items, effect items, shields, currency, torches, consumables.

The original intended OOPing didn't happen though. Leaving open.

akarle commented 6 years ago

After the big refactor and code cleanup #123 #128 I think this is "good enough". Closing for now.