Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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 ?