Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 492 Bytes

File metadata and controls

15 lines (11 loc) · 492 Bytes

This is the source code of the demos for the Fast-Paced Multiplayer Implementation Series.

Dependencies

  • TypeScript 2.6.2
  • RequireJS 2.3.5

Build

  • Run tsc in the root directory
  • Alternatively, use tsc -w to continuously compile on change

Run

  • Open main.html in a browser
  • RequireJS will load main.js which contains the code