Releases: gamedolphin/dots-multiplayer-sample
Releases · gamedolphin/dots-multiplayer-sample
Initial (windows only) release of the sample
Has three executables.
- Server -> Run this first, it creates a server listening on 8090 port.
- Client -> This is what you play on.
- Random Walkers -> This creates 25 bots around you. Opens a window, but does not render them. You'll see them in the client exe. Connects to
localhost:8090
.
Implements client side prediction and interpolation.
Disconnects are not handled, yet.