Streamlines the creation of Request-Response and Event-based server protocols for the Moorestech game engine.
This skill provides a comprehensive guide and automated assistance for implementing server communication in the Moorestech project. It covers the creation of Request-Response protocols using IPacketResponse and asynchronous Event-based notifications using UniRx and MessagePack. By following standardized patterns for class structure, registration, and testing, it ensures consistent and reliable network interactions between the client and the automated factory game server, facilitating rapid feature development and stable multiplayer performance.
Key Features
01Standardized test suite creation via specialized testing sub-skills
02Step-by-step guidance for PacketResponseCreator registration
0370 GitHub stars
04Implementation templates for Request-Response and Event-based protocols
05UniRx integration for real-time server event broadcasting
06Automated MessagePack serialization setup and Key management
Use Cases
01Adding specialized network packets for new game mechanics and interactions
02Broadcasting world state changes or automated events to connected players
03Implementing new client-side requests to fetch specific factory state data