Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

[bug[ game over message is not sent right away #68

Closed gentimouton closed 11 years ago

gentimouton commented 11 years ago

Game over message should be sent by the server to the clients after the last piece is dropped

arthur00 commented 11 years ago

Due to the distributed nature of the servers it is impossible to determine if the game has ended immediately. Instead, we must wait until all events are synchronized (e.g. wait until everything is centralized on the database) to confirm game has ended and send messages to client. Closing for now, reopen if we come up with a better algorithm for this