maji-git / multiplay-core

Develop Online, Multiple Controller and solo multiplayer game at once!
MIT License
129 stars 7 forks source link

Modular Network Protocol Nodes #2

Closed maji-git closed 7 months ago

maji-git commented 7 months ago

Changed from Hardcoded Network Protocol to a much more modular one. Allows for specific protocol configurations. Or even developer's own Multiplayer peer implementation.

Screenshot 2024-04-26 141902

Screenshot 2024-04-26 142047

maji-git commented 7 months ago

This pull request introduces a breaking change. However, it does warn when not set. I'll update the getting started documentation to match this change later.