sharadmv / quizbowl

upgraded version of old quizbowl central
http://www.quizbowldb.com
9 stars 7 forks source link

Start button (can't believe i forgot) #14

Closed sharadmv closed 12 years ago

sharadmv commented 12 years ago

Yea. in the function loadGm(), write code that adds a start button somewhere on the multiplayer page. When the button is clicked, call gameHandler.start(), then make it fade away. onStart will be triggered, so I guess create some sort of notification

achalddave commented 12 years ago

Inner circle is start button before game starts now.

achalddave commented 12 years ago

Bleh. There's an issue where the start button shows up even if the game starts. Will fix tomorrow morning.

achalddave commented 12 years ago

This has been fixed. loadRoom tests room.room.game.started to check if the game has started, and only shows the start button if it hasn't.