Gobang
五子棋,在线多人游戏。Go语言编写。
Getting Started
Linux用户可以在这里获取Release版本 https://github.com/hcrgm/Gobang-Go/releases
构建:
- 安装Go语言环境
- 克隆项目,执行./install.sh
然后让程序跑起来
- 依照
config_sample.json
配置,命名为config.json
- 执行
nohup ./gobang > golang.log 2>&1 &
- 大功告成,用浏览器打开看看~
LICENSE
GPLv3