Like a text adventure but with other people (i know MUD's exist, this is IRL people)
$ gm -r d20
0001-04-01 00:00:00 [INFO] You rolled 20$ gm
-> r d20
0001-04-01 00:00:00 [INFO] You rolled 1
-> r d6
0001-04-01 00:00:00 [INFO] You rolled 2
-> q-
Create monster template
-
Create player templates
-
Create persitent game state
-
Create combat rolls/player state updates
$ gm monster -h 100 -name mon1 -t ./mon1.template
$ gm scene init -f player1.json -f player2.json -monsters ./scene2
$ gm attack -from coat -to wind -attack ./attacks/notw.attack