README
This commit is contained in:
parent
1e52b9f759
commit
fe3fdd95bc
@ -6,6 +6,13 @@
|
|||||||
- 逻辑和表现分离的架构,帧同步和状态同步并用,前后端复用状态计算逻辑
|
- 逻辑和表现分离的架构,帧同步和状态同步并用,前后端复用状态计算逻辑
|
||||||
- 快节奏有冲突的同步策略:预测 + 和解 + 插值 的落地运用展示,100~200 ms 延迟也无感知
|
- 快节奏有冲突的同步策略:预测 + 和解 + 插值 的落地运用展示,100~200 ms 延迟也无感知
|
||||||
|
|
||||||
|
**体验地址**
|
||||||
|
https://tsrpc.cn/fight/index.html
|
||||||
|
(可浏览器多开体验多人效果)
|
||||||
|
|
||||||
|
**在线教程**
|
||||||
|
https://1drv.ms/p/s!AviSVsaYsolWnh7DCp2Y8g_NtDbA?e=67ZqqS
|
||||||
|
|
||||||
## 启动
|
## 启动
|
||||||
|
|
||||||
### 先启动后端
|
### 先启动后端
|
||||||
@ -33,6 +40,24 @@ npm run dev
|
|||||||
|
|
||||||
**注意:前端项目需要先 `npm install` 后再打开 Cocos,如果报错,可以关闭 Cocos 后重启试一下。**
|
**注意:前端项目需要先 `npm install` 后再打开 Cocos,如果报错,可以关闭 Cocos 后重启试一下。**
|
||||||
|
|
||||||
|
## 微信交流群
|
||||||
|
|
||||||
|
欢迎加入 TSRPC 和 TypeScript 全栈开发学习交流群:
|
||||||
|
|
||||||
|
(请注明来意)
|
||||||
|
|
||||||
|
![](README_assets/wechat.png)
|
||||||
|
|
||||||
## 效果预览
|
## 效果预览
|
||||||
|
|
||||||
https://user-images.githubusercontent.com/1681689/144695691-c8c556dd-68c4-44bf-8a38-5c37e203dbda.mp4
|
https://user-images.githubusercontent.com/1681689/144695691-c8c556dd-68c4-44bf-8a38-5c37e203dbda.mp4
|
||||||
|
|
||||||
|
![](README_assets/1.jpg)
|
||||||
|
|
||||||
|
![](README_assets/2.jpg)
|
||||||
|
|
||||||
|
![](README_assets/3.jpg)
|
||||||
|
|
||||||
|
![](README_assets/4.jpg)
|
||||||
|
|
||||||
|
![](README_assets/5.jpg)
|
BIN
examples/cocos-creator-multiplayer/README_assets/1.jpg
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 763 KiB |
BIN
examples/cocos-creator-multiplayer/README_assets/2.jpg
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 KiB |
BIN
examples/cocos-creator-multiplayer/README_assets/3.jpg
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 805 KiB |
BIN
examples/cocos-creator-multiplayer/README_assets/4.jpg
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 819 KiB |
BIN
examples/cocos-creator-multiplayer/README_assets/5.jpg
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 809 KiB |
BIN
examples/cocos-creator-multiplayer/README_assets/wechat.png
Normal file
BIN
examples/cocos-creator-multiplayer/README_assets/wechat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user