Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Don't just buy a new video game, make one in JS!

Don't just buy a new video game, make one in JS!

talk about making game and to bring MMO game experience to the web, with JavaScript and WebGL (and three.js)

yomotsu

March 29, 2016
Tweet

More Decks by yomotsu

Other Decks in Programming

Transcript

  1. Don’t just buy a new video game,
 make one, in

    JS! Presented by Akihiro Oyamada (@yomotsu) Mar 29, 2016
  2. player[ socket.id ] = { position : position, velocity :

    velocity, direction : direction, isGrounded : isGrounded, ... }; Socket Data