Home
Softono
fpmclone

fpmclone

Open source TypeScript
18
Stars
1
Forks
0
Issues
1
Watchers
9 years
Last Commit

About fpmclone

Simulation of fast paced multiplayer game to better understand effects of latency, prediction, and interpolation

Platforms

Web Self-hosted

Languages

TypeScript

Fast Paced Multiplayer demo (clone)

Clone of http://www.gabrielgambetta.com/fpm_live.html in TypeScript 2.0, with more than one "player" and entity interpolation.

Status

It works!

Development

  • npm install
  • npm run build:watch
  • Then, in another terminal run a web server in the project root (I use python -m SimpleHTTPServer)
  • Then load index.html in a browser