Skip to content

Releases: orestonce/ChessGame

v2.6.4

14 Aug 00:21
Compare
Choose a tag to compare

v2.6.1_release

18 Aug 23:46
Compare
Choose a tag to compare

v2.5版本发布. 支持服务端热更新

17 Apr 16:00
Compare
Choose a tag to compare

编译了linux_amd64版本的gateway和game服务端程序和windows-x86版本的客户端程序。
客户端使用qt5.5.1静态编译后使用upx最大压缩比压缩而成。

2.0版本发布

17 Apr 16:04
Compare
Choose a tag to compare
Usage of ./ChessServer:
  -l string
        监听地址 (default "127.0.0.1:8912")
  -sp string
        数据库路径 (default "ChessGame")
  -wsp string
        websocket访问路径 (default "/ChessGame")

命令行启动ChessServer,如果前端没有nginx代理,建议监听所有ip地址(0.0.0.0)的端口,例子:

./ChessServer -l :8921 -sp db-path