-
Notifications
You must be signed in to change notification settings - Fork 1
Home
lorenyu edited this page Nov 5, 2010
·
8 revisions
- Add player timeout
- Add scores
- Add voting system for drawing cards and restarting the game
- Don't blindly open any file. Just open ones within the application root directory
- Make pathname -> filename mappings a configuration option of EventEngineHttpServer.js
- 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.