teamnzs / ios-trivia-game

iOS Trivia Game
0 stars 0 forks source link

Use current_question as 0-based index #54

Closed zhiachong closed 7 years ago

zhiachong commented 7 years ago

Store the current_question as 0-based index.

Update the current_question at the end of every round.

Update the state of the game room after the 1st question is asked.

Filter the home view controller based on state.