Initial implementation of a basic tool that converts an exported donjon.sh dungeon json file to a text dungeon suitable for rendering by the tilemapper. Polymorphic definitions are discarded; all rooms are squared. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| battlemap.py | ||
| cli.py | ||
| converter.py | ||
| generator.py | ||
| grid.py | ||
| tileset.py | ||