Skip to content
lorenyu edited this page Jul 13, 2011 · 8 revisions

To Run:

  1. run appserver.js (server.js is the old file. Once we finish refactoring, we'll probably remove server.js and rename appserver.js to server.js)
  2. To see a game, navigate to any /game/[gameid] page. If two people go to the same /game/[gameid] page they will be in the same game.

Todo:

Self-Contained Tasks:

  1. Add chat client feature. NOTE: Should be able to run independently of GameServer/GameClient. Should only depend on EventEngine.

Bugs:

  1. After leaving the page up for a long time, closing the window doesn't trigger the player cleanup

Done:

  1. Fix race condition in GameClient where the /ajax/listen request reaches the server after the player register event reaches the server, so the gameUpdated event never reaches the user.
Clone this wiki locally