I'm trying to create a simple game that requires the user's input before the timer runs out.
Basically, the page will load with a time, and wait for the user to say the correct answer. If the time runs out, the game is over, but if the user gets it right, he moves on to the next question.
(i've got the speech part worked out, I just need to figure out the timer)
Is there an easy way to accomplish this?