This project is a rewrite of the original Moerderspiel software. It is currently work in progress and is not fully usable yet.
podman build -t moerderspiel .
podman run --rm -it --volume=moerderspiel-data:/data --volume=moerderspiel-cache:/cache \
--env=BASE_URL=https://moerderspiel.example.com --env=SECRET_KEY=verysecret \
--env=EMAIL_SMTP_HOST=mail.example.com [email protected] \
--env=EMAIL_HELO_HOSTNAME=example.com moerderspiel-ngThe project is complete enough that it can be used for offline ("paper only") and hybrid-online ("paper + online recording") games:
- The game master can create games, sign up players, and generate missions
- Players can sign up for games, check recorded murders, and record new ones
However, the database schema is not yet final. This is also the reason why there is no public test instance yet. Check the issue tracker for missing features.
- Icons in
moerderspiel/web/static/img/iconsare from pictogrammers.com and licensed unter the Apache 2.0 License.