Jung Hyun Kim
Jung Hyun Kim
Currently, ticker messages are written directly in the source codes. It'd be better to put them in its config file and load them.
For players to gain rewards, we first have to analyze the packets related to it.
Aims to implement an elegant design with an entity-component system that supports parallelism. Solves #10.
Currently, our ECS is poorly implemented: no parallelism, no systems (handlers), and no cache efficiency. That is because what I wanted was just to imitate a data-oriented structure on a...