斗地主, golang,
运行步骤:
1.下载源码:
go get github.com/dwg255/landlord
2.编译(编译到源码根目录,因为程序依赖conf目录下的配置文件):
go build -o src/github.com/dwg255/landlord/landlord.exe github.com/dwg255/landlord/main
修改conf下的配置,导入sql
2.启动: 浏览器访问 http://localhost:8080
License
This project is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.
客户端代码来自 http://github.com/mailgyc/doudizhu ,版权归原作者所有