drewtorg / roguelike

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

Refactor player as a subclass of object #12

Closed drewtorg closed 9 years ago

drewtorg commented 9 years ago

This could remove the random references to the inventory that we have floating all over the place. It seems pretty sketchy just tossing that around. This can also be a good spot to hold info about race and class.