This is a simple web application for playing "Lupus in tabula" on LAN. It greatly simplifies the role of the master.
Dependencies:
pip3 install --user flask
Launch:
./src/main.py en
or
./src/main.py it
Note: the default port in 5000. You can also specify IP and PORT:
./src/main.py LANG IP PORT
- Set roles in roles.json
- Launch: ./src/main.py en
- Go to http://your_ip:your_port/
- role assignment
- players with the same role know who the others are (e.g. Freemasons)
- the master sees everyone's role and the race to tell the Seer.
- the master can mark the status of each player
-
Enrico Sgarbanti @Envq
-
Michele Roselli @jimmyverdoora
This project is licensed under the GPL v3 License - see the LICENSE.md file for details