This is mafia game. Whole installation under python3.9. You can install it in Ubuntu/Debian using sudo make install_python3.9
.
sudo make apt_get
sudo make requirements
RUN_ARGS="--host 0.0.0.0 --port 50051" make server
RUN_ARGS="--host 0.0.0.0 --port 50051 --nickname name" make client
docker run -p 50051:50051 --rm -it ch0p1k/mafia --host 0.0.0.0 --port 50051
To run in backend process - add -d
flag