Hey,
I am trying to build a very simple game using Ruby that will be on the web. I am am trying to:
user goes to page and a string appears for X amount of seconds and then after X amount hide it and ask for the user input then check to see how far the person got (how many they guessed right)
I would have strings for:
timeout in seconds text string user input string
Then I am not sure how to compare both strings..thoughts?
Thanks,
Ryan