Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 755 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 755 Bytes

BARROWMAZE RESTOCKER

An unofficial GUI/web application which automates the process of restocking previously visited rooms while GMing Barrowmaze Complete. Turning multiple branching random table rolls into a single click.

Barrowmaze?

It's a very good megadungeon for Old School D&D (specifically Labyrinth Lord). Buy it here!

How to run it

It's still a bit rough around the edges, but here you go:

as a GUI program:

requires tkinter

python3 barrowmaze_control_panel.py

as a web application:

requires flask and gunicorn

gunicorn api:api