A fully playable multiplayer game built from scratch in C++ using a custom game engine, as part of the CSC8508 team project module (MSc Computer Game Engineering, Newcastle University).
This tutorial covers how to start creating your own multiplayer from scratch. If you prefer to use a hosted multiplayer service, we have tutorials for Colyseus and Photon.
If you're looking for a hands-on sample, Mini Golf Multiplayer gives you practical patterns you can apply directly and provides a solid foundation for building scalable, efficient turn-based ...