Skip to content
/ mafiosi Public
forked from gohail/mafiosi

game server for Mafiosi game

Notifications You must be signed in to change notification settings

idNoRD/mafiosi

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.8%
  • Dockerfile 3.2%