Skip to content

Releases: gamedolphin/dots-multiplayer-sample

Initial (windows only) release of the sample

20 Nov 06:25
Compare
Choose a tag to compare

Has three executables.

  1. Server -> Run this first, it creates a server listening on 8090 port.
  2. Client -> This is what you play on.
  3. 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.