Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 575 Bytes

File metadata and controls

16 lines (10 loc) · 575 Bytes

ECS Game Server

Packages

game-server

The backend server responsible for managing multiplayer gameplay, including real-time synchronization, lobby management, and network communications.

combat-engine

A combat engine that maintains all battle-related logic in the game. It handles skill execution, combat calculations, status effects, and in-game mechanics, providing a dynamic and flexible battle system for the game.

net

This package maintains the core network protocol used for communication between the server and clients.

Features

Note