You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
444 B
444 B
proto 编译 golang
go install github.com/golang/protobuf/protoc-gen-go
cmd/protoc-3.19.4/bin/protoc.exe --go_out=./ api/game.api
proto 编译 js
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
game process
- player join (检查筹码...)
- player ready
- table begin 发牌
- 开始流程,大盲注 小盲注