Skip to content
lorenyu edited this page Nov 5, 2010 · 8 revisions

Todo:

  1. Add player timeout
  2. Add scores
  3. Add voting system for drawing cards and restarting the game
  4. Don't blindly open any file. Just open ones within the application root directory
  5. Make pathname -> filename mappings a configuration option of EventEngineHttpServer.js

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