Is there any tutorial for a basic text entry game?. I mean, how do I make that, you enter a text, and, if it’s right, it does something.
We have an example project for text entry.
https://editor.gdevelop.io/?project=https://resources.gdevelop-app.com/examples/text-entry-object/text-entry-object.json
The second part of your question is just a condition to compare the entered string and the “correct answer” string.
Thanks, i’ll check that out.