knowyt/README.md

56 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-07-13 08:11:04 +00:00
# Know Your Teammates
Know Your Teammates is a free team building game for 3-20 players that can be played in a browser.
It has two phases: during collection phase, the players are asked to enter 3-5 facts about themselves, eg. hobbies, books, movies they enjoy, places they have visited or other fun facts. In play phase, one fact is presented to all players and they have to guess who wrote it. The real fun is in the discussion following it :-)
[Watch video (3:30mins)](https://www.sirlab.de/knowyt/know-your-teammates.mp4)
See Website https://www.sirlab.de/linux/games/knowyt/
2024-02-01 10:53:36 +00:00
2022-07-13 08:11:04 +00:00
## Installation
2023-06-30 19:24:17 +00:00
install dependencies and check for missing tools
2022-07-13 08:11:04 +00:00
```
make setup
```
2022-08-28 15:27:05 +00:00
## run (development mode)
2023-06-30 19:24:17 +00:00
start client and server in a split terminal window
2022-07-13 08:11:04 +00:00
```
make run-tmux
```
This will start frontend (port 3000) and backend (port 32039) as two separate services. Hot reload is active, changes will take effect immediately.
2022-07-13 08:11:04 +00:00
Point your browser at [http://localhost:3000/](http://localhost:3000/) to start playing.
## build and run podman/docker image
2022-07-13 08:11:04 +00:00
```
make setup # only needed on first run
2022-07-13 08:11:04 +00:00
make build
make container-run
2022-07-13 08:11:04 +00:00
```
## License
AGPLv3 (GNU Affero General Public License)
## Author
2024-02-01 10:53:36 +00:00
© 2021-2024 Achim Settelmeier <knowyt@m1.sirlab.de>
2023-06-30 19:24:17 +00:00
https://www.sirlab.de/