exitmusic / math-o-magic

Node.js & Socket.IO math trivia game, with class.
http://math-o-magic.nodejitsu.com/
0 stars 0 forks source link

Move timer object into question generator #10

Closed exitmusic closed 12 years ago

exitmusic commented 12 years ago

The questions are different for each player that joins the room. They should all be the same.

exitmusic commented 12 years ago

Not needed at this time. Added a property: 'isRunning' to the timer in order to sync questions with all players.