A TTRPG battle map generator using custom tile sets.
Go to file
evilchili cdbb233622 donjon.sh converter
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.
2025-08-17 12:04:51 -07:00
src donjon.sh converter 2025-08-17 12:04:51 -07:00
test Refactor tilesets 2025-08-11 17:06:16 -07:00
.gitignore Initial commit 2025-08-08 15:41:46 -07:00
LICENSE Initial commit 2025-08-08 15:41:46 -07:00
pyproject.toml Initial import 2025-08-08 15:45:09 -07:00
README.md Initial import 2025-08-08 15:45:09 -07:00

TileMapper

A TTRPG battle map generator using custom tile sets.

Overview

WIP

Quick start

WIP