idNoRD / mafiosi

game server for Mafiosi game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mafiosi

How to start server

go build -o app  
./app

also

cd bin
./app

Use -host flag if needed

./app -host=yourhost:port 

default:"localhost:8080"

Connection to WS

Docker container

to create container of go application

docker build -t mafiosi:go-server . 

to start docker container

docker run -p 8080:8080 mafiosi:go-server

more information about installs and settings docker by link

About

game server for Mafiosi game


Languages

Language:Go 96.8%Language:Dockerfile 3.2%