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