drewtorg / roguelike

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

Add support for races #11

Closed drewtorg closed 9 years ago

drewtorg commented 9 years ago

Races should be easily made through the use of json files just like everything else and chosen during character creation. Create basic Human, Orc, and Elf races as examples.