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_getsudo make requirementsRUN_ARGS="--host 0.0.0.0 --port 50051" make server
RUN_ARGS="--host 0.0.0.0 --port 50051 --nickname name" make clientdocker run -p 50051:50051 --rm -it ch0p1k/mafia --host 0.0.0.0 --port 50051To run in backend process - add -d flag