Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Beta #4

Compare
Choose a tag to compare
@xgugugu xgugugu released this 04 Feb 12:26
· 1 commit to main since this release
341c092

更新内容

  • 添加模块系统
    • 服务端输入 load < 模块名称 > 加载模块
    • 模块样板代码详见压缩包内 test.cpp
  • 添加服务端指令系统
    • kill <玩家ID>:杀死玩家
    • kick <玩家ID>:踢出玩家
    • grow <玩家ID>:玩家长度增加1
  • 现在蛇的身体是圆的了
  • 现在地图边界能显示出来了
  • 现在按下R键消耗长度增加速度
  • 现在蛇的运动使用一个线程
  • 和更多