tangmi / td-multi

repo to get all computers connected to github for codeday
http://s.tangmichael.com/td/codeday.html
0 stars 0 forks source link

Move to multiplayer? #9

Open tangmi opened 11 years ago

tangmi commented 11 years ago

Moving to multiplayer would require a server that can run alongside the instance of the game.

There may be two possibilities:

  1. Implement a node server that runs alongside ImpactJS and figure out how to deploy publicly
  2. Migrate codebase to a custom game server (not based on ImpactJS; as it requires the window variable to exist) and create browser-facing clients that send input data and receive game updates from the server