sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

Implement Tower upgrade system using Decorator pattern #77

Closed sli-fox closed 9 years ago

sli-fox commented 9 years ago

Use Decorator pattern Able to upgrade towers by resetting attributes as well as adding special effects Be able to access the next Tower upgrade to be shown in the GUI (could give each Tower a pointer to the next upgrade of the Tower -- like a linked list)

mdubey2014 commented 9 years ago

Done by Mark