drewtorg / roguelike

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

Change item spawning to JSON format #2

Closed drewtorg closed 9 years ago

drewtorg commented 9 years ago

Using the same style as the enemy spawning, all item and equipment should be created using the a JSON file and then imported when loading the game.