Know Your Teammates - Download

How to run

  1. create directory to persist game data
      mkdir knowyt-data/
    
  2. run image
      docker run --rm -d -p 8080:32039 -v $PWD/knowyt-data/:/data --name knowyt docker.io/settel/knowyt:latest
    
  3. point your browser to http://localhost:8080/ and create admin account to complete your setup
  4. create team and add players
  5. send emails to players with link and their respective pin codes, asking them to join the game

License

© 2021-2024 Achim Settelmeier. Licensed under AGPLv3 (GNU Affero General Public License).

Source

Git repository https://git.gnuher.de/settel/knowyt

Docker image https://hub.docker.com/r/settel/knowyt