Skip to content

Initial (windows only) release of the sample

Pre-release
Pre-release
Compare
Choose a tag to compare
@gamedolphin gamedolphin released this 20 Nov 06:25
· 3 commits to master since this release

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.