drewtorg / roguelike

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

Make JSON files to represent a specific map style #4

Closed drewtorg closed 9 years ago

drewtorg commented 9 years ago

All levels of the dungeon use the same algorithm and constants. It would be nice to be able to use JSON files to specify algorithms and constants for dungeon creation.