Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 330 Bytes

File metadata and controls

7 lines (4 loc) · 330 Bytes

HEXserver

This is a single-threaded UDP server that utilizes io_uring for IO operations.

Clients (HEXvaders) communicate with the server using a custom binary protocol described in proto.h.

⚠️ This is a work-in-progress and not implemented in the game yet.