💾 Archived View for bbs.geminispace.org › u › ghost › 15802 captured on 2024-05-10 at 12:09:22. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "Some have a random room with a random bandit. But why is a..."
My bad. Should have been: git clone ssh://soft.dmz.rs:2222/dungen.git
Mar 26 · 7 weeks ago
🚀 blah_blah_blah · Mar 26 at 15:50:
Got it working. Result was a map without many details. Maybe add a textfile to explain what's supposed to happen in each room?
❄ ghost [OP] · Mar 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.
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...