From 0bfb614f88871e6068467e50df90a93666cb00e1 Mon Sep 17 00:00:00 2001 From: TastSong Date: Fri, 22 Dec 2023 14:44:06 +0800 Subject: [PATCH] update readme --- README.md | 2 +- README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58ad3090..b77397dfa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## 简介 -**Crazy Car**是一款联机赛车游戏,她的整体架构为:[QFramework](https://github.com/liangxiegame/QFramework) & [Addressable](https://github.com/Unity-Technologies/Addressables-Sample)(游戏端) + [Spring Boot](https://github.com/spring-projects/spring-boot) & [Mybatis](https://github.com/mybatis/mybatis-3)(服务端) + [KCP](https://github.com/l42111996/java-Kcp) / [WebSocket](https://github.com/psygames/UnityWebSocket) (网络) + [Vue & Element](https://github.com/PanJiaChen/vue-element-admin)(后台),借助于此架构,开发者只要稍作修改就可完成一款定制化的网络联机游戏。 +**Crazy Car**是一款联机赛车游戏,她的整体架构为:[QFramework](https://github.com/liangxiegame/QFramework) & [Addressable](https://github.com/Unity-Technologies/Addressables-Sample) & [HybridCLR](https://github.com/focus-creative-games/hybridclr)(游戏端) + [Spring Boot](https://github.com/spring-projects/spring-boot) & [Mybatis](https://github.com/mybatis/mybatis-3)(服务端) + [KCP](https://github.com/l42111996/java-Kcp) / [WebSocket](https://github.com/psygames/UnityWebSocket) (网络) + [Vue & Element](https://github.com/PanJiaChen/vue-element-admin)(后台),借助于此架构,开发者只要稍作修改就可完成一款定制化的网络联机游戏。 主要提供的演示功能有:登录注册、热更头像与装备、计时赛、双人比赛、版本控制(后台)、用户信息管理(后台)等功能。 diff --git a/README_en.md b/README_en.md index f287efd4c..95fd0af4e 100644 --- a/README_en.md +++ b/README_en.md @@ -18,7 +18,7 @@ English |  [中文](./README.md) ## overview -**Crazy Car** is an online racing game, its overall structure is:[QFramework](https://github.com/liangxiegame/QFramework) & [Addressable](https://github.com/Unity-Technologies/Addressables-Sample)(Game) + [Spring Boot](https://github.com/spring-projects/spring-boot) & [Mybatis](https://github.com/mybatis/mybatis-3)(Server) + [KCP](https://github.com/l42111996/java-Kcp) / [WebSocket](https://github.com/psygames/UnityWebSocket) (Network) + [Vue & Element](https://github.com/PanJiaChen/vue-element-admin)(Background) ,with this architecture, developers can complete a customized online game with only a few modifications. +**Crazy Car** is an online racing game, its overall structure is:[QFramework](https://github.com/liangxiegame/QFramework) & [Addressable](https://github.com/Unity-Technologies/Addressables-Sample) & [HybridCLR](https://github.com/focus-creative-games/hybridclr)(Game) + [Spring Boot](https://github.com/spring-projects/spring-boot) & [Mybatis](https://github.com/mybatis/mybatis-3)(Server) + [KCP](https://github.com/l42111996/java-Kcp) / [WebSocket](https://github.com/psygames/UnityWebSocket) (Network) + [Vue & Element](https://github.com/PanJiaChen/vue-element-admin)(Background) ,with this architecture, developers can complete a customized online game with only a few modifications. The main demonstration functions are: login registration, hot change picture and equipment, time trial, two-person competition, version control (Background), user information management (Background) and other functions.