diff --git a/examples/cocos-creator-multiplayer/README.md b/examples/cocos-creator-multiplayer/README.md index 174896a..df692f6 100644 --- a/examples/cocos-creator-multiplayer/README.md +++ b/examples/cocos-creator-multiplayer/README.md @@ -10,8 +10,15 @@ https://tsrpc.cn/fight/index.html (可浏览器多开体验多人效果) -**在线教程** -https://1drv.ms/p/s!AviSVsaYsolWnh7DCp2Y8g_NtDbA?e=67ZqqS +## 在线教程 +- 文章: + - [2 天做了个多人实时对战,200ms 延迟竟然也能丝滑流畅?](https://mp.weixin.qq.com/s/V1YWPF5LmY-l1L5LF2nR3A) +- 视频: + - [2021-12-04 Cocos Star Meeting 深圳站](https://www.bilibili.com/video/BV16F411z7iP) +- Github 源码地址 + - https://github.com/k8w/tsrpc-examples/tree/main/examples/cocos-creator-multiplayer + +![](README_assets/wechat.png) @@ -42,14 +49,6 @@ npm run dev **注意:前端项目需要先 `npm install` 后再打开 Cocos,如果报错,可以关闭 Cocos 后重启试一下。** -## 微信交流群 - -欢迎加入 TSRPC 和 TypeScript 全栈开发学习交流群: - -(请注明来意) - -![](README_assets/wechat.png) - ## 效果预览 https://user-images.githubusercontent.com/1681689/144695691-c8c556dd-68c4-44bf-8a38-5c37e203dbda.mp4 \ No newline at end of file diff --git a/examples/cocos-creator-multiplayer/README_assets/wechat.png b/examples/cocos-creator-multiplayer/README_assets/wechat.png index f0f7a30..0e5c24d 100644 Binary files a/examples/cocos-creator-multiplayer/README_assets/wechat.png and b/examples/cocos-creator-multiplayer/README_assets/wechat.png differ