Compare commits

..

No commits in common. '5c50dcd23a0297e25abd2c7e70568c03274b2a97' and 'aa6309680a00ea02f1e605f26b6071632357b91f' have entirely different histories.

  1. 1
      .gitignore
  2. 56
      README.md
  3. 9058
      api/proto.js
  4. BIN
      doc/img/give-a-star.png
  5. BIN
      doc/img/texas-help.gif
  6. BIN
      doc/img/texas-ui.png

1
.gitignore vendored

@ -26,4 +26,3 @@ Thumbs.db
/dist /dist
/data/texas-poker.db /data/texas-poker.db
/data/avatar /data/avatar
/api/proto.js

56
README.md

@ -1,44 +1,34 @@
## 德州扑克后端,仅供技术实现参考,禁止赌博 proto 编译 golang
```shell
go install github.com/golang/protobuf/protoc-gen-go
cmd/protoc-3.19.4/bin/protoc.exe --go_out=./ api/game.api
```
proto 编译 js
```shell
npm install -g protobufjs-cli
# js
pbjs -t static-module -w api/jsproto -o proto.js api/*.proto
# json
pbjs -t json api/*.proto > jsproto.json
```
### [H5前端工程](https://github.com/tangmingyou/texas-poker-front)
![](doc/img/give-a-star.png)
![](doc/img/texas-ui.png)
![](doc/img/texas-help.gif)
### 参考
[德州扑克Wiki](https://zh.wikipedia.org/zh-hans/%E5%BE%B7%E5%B7%9E%E6%92%B2%E5%85%8B)
[网易德州扑克规则](http://sports.163.com/special/poker_rule/?ivk_sa=1025883k) [网易德州扑克规则](http://sports.163.com/special/poker_rule/?ivk_sa=1025883k)
cd target
nohup ./texas -conf=config.toml 2>&1 > texas.log &
pkill -f ./texas
### Todo List TODO List
- [x] 牌局结束后,清理离线玩家 - [x] 牌局结束后,清理离线玩家
- [x] 下注页面倒计时、超时自动操作 - [x] 下注页面倒计时、超时自动操作
- [x] 创建新桌面时主动通知lobby界面刷新消息,自动拉取最新牌桌列表 - [ ] 前端lobby页面显示内容优化
- [ ] 无限注模式 - [x] lobby界面用户创建新桌面时通知消息,前端拉取新大厅牌桌列表
- [ ] 流水记录查询 - [ ] header头部编辑、退出、账户金额,流水查询
- [ ] 日志优化 - [ ] 日志优化
- [ ] 验证码 - [ ] 验证码
- [ ] 性能测试 - [ ] 性能测试、系统调优
- [ ] 调优 - [ ] 大厅桌面变化日志版本记录
- [ ] 大厅桌面变化日志版本拉取
- [ ] 注册同时生成大厅tiny头像 - [ ] 注册同时生成大厅tiny头像
- [ ] 客户端牌桌消息全量和增量拉取
Email: prometheustar@outlook.com

9058
api/proto.js

File diff suppressed because it is too large Load Diff

BIN
doc/img/give-a-star.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
doc/img/texas-help.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

BIN
doc/img/texas-ui.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Loading…
Cancel
Save