https://github.com/dan-and-dna/bfmq
toy lockstep game server
https://github.com/dan-and-dna/bfmq
game golang lockstep protobuf
Last synced: about 1 month ago
JSON representation
toy lockstep game server
- Host: GitHub
- URL: https://github.com/dan-and-dna/bfmq
- Owner: DAN-AND-DNA
- License: bsd-3-clause
- Created: 2022-08-17T04:20:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T04:23:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T01:43:04.956Z (over 1 year ago)
- Topics: game, golang, lockstep, protobuf
- Language: Go
- Homepage:
- Size: 1.46 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bfmq
从实际项目中剥离和重实现的玩具帧同步服务,早期项目,仅供学习使用
a tiny websocket lockstep game server for moba rts fps ....
very fast!!!
# Deps
1. go get -u github.com/golang/protobuf/protoc-gen-go
2. go get -u github.com/gobwas/ws
# Usage
1. go install bfmq
2. go run testbfmq.go
# Example
1. testbfmq.go
# Thanks
fighting https://github.com/viphxin/fighting
# Projects

