module
Version:
v0.0.0-...-5184234
Opens a new window with list of versions in this module.
Published: Mar 19, 2022
License: MIT
Opens a new window with license information.
README
¶
mafia
Mafia CLI
Startup
You can build binaries by yourself our use built docker images.
Make
# git clone git@github.com:lodthe/mafia.git && cd mafia
make all
# Run server
./bin/server
# Run client
./bin/client
Docker
# Run server
docker run -d -it -p 80:9000 lodthe/mafia-server
# Run client
docker run -it lodthe/mafia-client --address <server address>
Directories
¶
Click to show internal directories.
Click to hide internal directories.