Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 385 Bytes

File metadata and controls

16 lines (11 loc) · 385 Bytes

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