Python-based Virtual Tabletop Tool
This piece of software is the engine behind the Index Card Virtual Tabletop (ICVTT). It's mostly designed for playing variations of Index Card RPG (ICRPG) by Runehammer Games but can be used with other tabletop games (like WAR|MAKER, also by Runehammer Games).
See the wiki for more details.
This application includes a simple Dockerfile to build a runnable container.
./script/build.sh
will build an image for you. This script accepts one optional parameter: a tag to apply to the resultant image. If no tag is specified, latest
will be used.
./script/run.sh
will (re)start the image. It takes three optional parameters: the tag to use, the port to use, and the path to the location to mount into the container. The default values are latest
, 8080
, and /opt/pyvtt/prod
respectively.
Kane Driscol
- Lead Artist (see commit details)
- Community Manager for ICVTT over on the Runehammer Forums and ICRPG Discord Community
Coyote
- Majority of default assets
Ryan C. Scott
- help on setting up
nginx
reverse proxy
Scott Merrill
- Server Admin for ICVTT
- docker-related things and more