You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//load the landing page
//render username box and start button
//render leaderboard
//load (but hide) the timer, input container and game container
//timer
//create the timer with 2 minutes
//add it to the div
//input container
//get the images from the server
//add the first image to the div
//add the dropdown box with 4 answers
//add the submit button
//user press start
//show the first image and div with the timer and the start button
//user press start
//start the timer and countdown
//while the coountdown is not zero
//after a number of seconds reveal a panel
//if answer is guessed
//add one to the score
//remove the current image and replace it with the number
//reset the panel and reload the suggested answers
//when the countdown is zero
//hide the main panel
//show the finish and score
//post the score to the server
The text was updated successfully, but these errors were encountered:
//load the landing page
//render username box and start button
//render leaderboard
//load (but hide) the timer, input container and game container
//timer
//create the timer with 2 minutes
//add it to the div
//input container
//get the images from the server
//add the first image to the div
//add the dropdown box with 4 answers
//add the submit button
//user press start
//show the first image and div with the timer and the start button
//user press start
//start the timer and countdown
//while the coountdown is not zero
//after a number of seconds reveal a panel
//if answer is guessed
//add one to the score
//remove the current image and replace it with the number
//reset the panel and reload the suggested answers
//when the countdown is zero
//hide the main panel
//show the finish and score
//post the score to the server
The text was updated successfully, but these errors were encountered: