A multiplayer Gobang game used WebSocket. Powered by Golang.
You can get the releases here
Build this project:
- Clone this project, then cd to this project.
- Run
go get github.com/hcrgm/Gobang-Go
- Run
go build -o gobang_server gobang.go
Then, run this program.
- Rename
config_sample.json
toconfig.json
, configure yourself by editing theconfig.json
file. - Run
nohup ./gobang_server > gobang.log 2>&1 &
or use other way you like to run this program. - Open
http://127.0.0.1:port
(default value of port is 8080) in your browser. That's all.
GPLv3