Go binary/server for helping run/build sessions for the Maze Rats TTRPG
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jerry Aldrich c9953b04ef Add a simple todo item for when I have time 3 years ago
assets/bindata Initial commit 3 years ago
cmd Add generators for Potion, magic things, and NPC 3 years ago
internal Add generators for Potion, magic things, and NPC 3 years ago
test/helpers Initial commit 3 years ago
web/swagger Add generators for Potion, magic things, and NPC 3 years ago
.gitignore Initial commit 3 years ago
Dockerfile Initial commit 3 years ago
Makefile Initial commit 3 years ago
README.md Initial commit 3 years ago
TODO.md Add a simple todo item for when I have time 3 years ago
go.mod Add generators for Potion, magic things, and NPC 3 years ago
go.sum Add generators for Potion, magic things, and NPC 3 years ago
main.go Initial commit 3 years ago

README.md

Maze Rats Generator

Use this to generate Maze Rats things (see mrg -h).

You can also run mrg server to create a web server with a REST API.

Docs can be viewed at http://localhost:8080.

Building

Run make build then copy build/dist/ to where you want to execute.

Docker

docker build . -t yourorigin/mazerats:latest

docker run --rm -it \
  -p 8080:8080
  -