-
Notifications
You must be signed in to change notification settings - Fork 1
Home
lorenyu edited this page Jul 13, 2011
·
8 revisions
- 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)
- 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.
- Add chat client feature. NOTE: Should be able to run independently of GameServer/GameClient. Should only depend on EventEngine.
- After leaving the page up for a long time, closing the window doesn't trigger the player cleanup
- 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.