Skip to content

Ch0p1k3/mafia-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mafia

This is mafia game. Whole installation under python3.9. You can install it in Ubuntu/Debian using sudo make install_python3.9.

Install dependencies for Linux/Debian

sudo make apt_get

Install requirements

sudo make requirements

Run client and server directly

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 image of server

docker run -p 50051:50051 --rm -it ch0p1k/mafia --host 0.0.0.0 --port 50051

To run in backend process - add -d flag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages