drewtorg / roguelike

A roguelike game made using libtcodpy and python
MIT License
0 stars 1 forks source link

Add support for classes #10

Closed drewtorg closed 9 years ago

drewtorg commented 9 years ago

This should allow for classes to be easily made and configurable just like enemies and maps. Create basic Fighter, Ranger, and Sorcerer classes as examples.

drewtorg commented 9 years ago

Each class should have a starter weapon and basic support for class abilities.

drewtorg commented 9 years ago

Basic support for classes is complete. On to creating basic classes using the available tools.

drewtorg commented 9 years ago

The fighter and sorcerer skeletons are finished.