tpavlek / Jeopardy

A PHP/Javascript implementation of the Jeopardy! game
41 stars 15 forks source link

All events for a game should be stored and then usable later #17

Open tpavlek opened 9 years ago

tpavlek commented 9 years ago

It would be very interesting if the events in a game were actually stored and persisted, instead of being garbaged when the script ends. We could do interesting stats like mean buzzer speed and how many people buzzed in within x number of seconds of others, etc.