Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 299 Bytes

prime-game

2D 多人在线游戏

  • 主要特性

    • ECS引擎 --- bevy
    • 服务器物理引擎 --- rapier2d
    • 客户端物理插件 --- bevy_rapier2d
    • AI --- big_brain
    • UI --- bevy_egui
    • 异步运行时 --- tokio
    • 数据存储引擎 --- sled
    • tilemap --- bevy_tilemap