ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

Support 3rd party towers #12

Open ryanb opened 15 years ago

ryanb commented 15 years ago

One should be able to create their own gem for adding additional towers to ruby-warrior. When the user runs the rubywarrior command it will look through the gems and add any towers mentioned.

Third party towers should be able to extend the units and abilities as well.