I need to make a typing game and I have no idea how to start. It is a game that relies on the typing speed of the player. I have no idea how to compare the string that I get from the player to that of the text. Right now I can only get last key code which is the key code of only one letter. So how do I compare the keycode of an entire word? Thanks for the help!
Using the textbox object you can see what the user types?
or use the text object and append the letter associated with the keycode to that object?
Using the textbox object you can see what the user types? or use the text object and append the letter associated with the keycode to that object?
Ahh i'm appending the letter. So the keycode at the end is the keycode of one letter but i don't know how to determine whether the player typed the correct word LittleStain
Develop games in your browser. Powerful, performant & highly capable.
System compare two values : text.text = word ?