jiaxin9271 / kob-backend

类贪吃蛇的线上对战游戏
1 stars 0 forks source link

kob后端

技术栈:SpringBoot、SpringCloud、SpringSecurity、Jwt、WebSocket、MybatisPlus、Redis、RabbitMQ

项目描述:类贪吃蛇的线上对战游戏,包含玩家匹配系统、联机对战、人机对战、个性定制Bot、大厅聊天室、对局录像回放、积分排行榜等功能。

接口 说明
/api/user/account/register 注册
/api/user/account/token 登录
/api/user/account/info 用户信息
/api/user/bot/add 添加bot
/api/user/bot/getlist bot列表
/api/user/bot/remove 移除bot
/api/user/bot/update 更新bot
/api/record/getlist 比赛记录
/api/ranklist/getlist 排行榜
/api/pk/start/game 开始游戏
/api/pk/receive/bot/move bot移动