Online demo at: https://chezsoi.org/lucas/jdr/shared-img-reveal/
Usage: the GM creates a table, and share the public URL with players. The portions of the image seen by the other players can then be controlled the GM by clicking the hatched zones.
This web application was made as a companion for some scenarios for Run. Die. Repeat. : Les Couloirs du Temps @ itch.io.
- Hallways of Thime by Djekspek - CC BY-NC-SA 3.0
- Rocks from Isometric 64x64 Outside Tileset by Yar - CC BY 3.0
- Map - Small Town & Map - Village by Ekizius - CC BY-NC-SA 3.0
- Fantasy portraits by TinySecretDoor - CC BY-NC 3.0
- Hidden Gods of the Woods by Moira Games (They dug too deep by the same author is also a great one-page dungeon)
Many more great CC BY-NC isometric maps can be found at One Page Dungeon Contest or here: https://www.elventower.com/isometric-maps/
pip install -r requirements.txt
FLASK_ENV=development ./sir_app.py
$ pew new shared-img-reveal -p python3 -r requirements.txt
$ cat /etc/systemd/system/shared-img-reveal.service
[Service]
WorkingDirectory=/path/to/parent/dir
ExecStart=/usr/local/bin/pew in shared-img-reveal python -u sir_app.py
Restart=always
location /shared-img-reveal {
include uwsgi_params;
rewrite ^/shared-img-reveal/?(.*)$ /$1 break;
proxy_pass http://127.0.0.1:8086;
}
Thi code is released under GPL v3 license, climate-strike BSD and The Hippocratic License 2.1.