Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 454 Bytes

File metadata and controls

12 lines (9 loc) · 454 Bytes

CodingSnake

多人在线代码对战平台。

项目结构

部分 技术栈 说明
server C++ + Crow 游戏服务器核心,处理多玩家同步、游戏规则、排行榜、数据库等
bot C++ 4个AI机器人
web Vue 3 + TypeScript 前端可视化界面,实时地图展示、玩家列表、排行榜
adapter C++ SDK 游戏SDK,方便客户端接入服务器