💾 Archived View for bbs.geminispace.org › s › Tabletop-RPGs › 15765 captured on 2024-09-29 at 03:05:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
Some have a random room with a random bandit. But why is a bandit in this dungeon, on his own? What is he doing here? So I've made a little python dungeon generator ('dungen') which generates a dungeon by making history. (1) A cavern or mine makes tunnels, then (2) dwarves, gnomes, or elves make the place liveable. Finally, (3) a bad-guy attacks, and converts those nice liveable spaces with minions. Get a copy here, on my little git server. '> ssh -p 2222 soft.dmz.rs -t dungen'
git clone git://soft.dmz.rs:2222/dungen.git
As usual, plain text is the universal API. The command above will clone the repo. It just needs python3-graphviz.
Mar 24 · 6 months ago
❄ ghost [OP] · 2024-03-26 at 00:59:
My bad. Should have been: git clone ssh://soft.dmz.rs:2222/dungen.git
❄ ghost [OP] · 2024-03-28 at 07:35:
Yea, it's just bare-bones concept. The important bit is not placing libraries in hallways, and only placing traps where they do not block hallways.