I developed an educational game (Jogo da Localização by Geografia Colaborativa), where the player have some points at the end.
Are there some way to every player insert your name and save this, creating a score ranking in web version of the game?
You can use Storage to save the data, and input text to allow the players to insert his/her names
But I don’t know if this is working on the web version.
Storage:
https://editor.gdevelop-app.com/?project=https://resources.gdevelop-app.com/examples/save-load/save-load.json
Here an example with text input
https://editor.gdevelop-app.com/?project=https://resources.gdevelop-app.com/examples/customize-keys-with-lastpressedkey/customize-keys-with-lastpressedkey.json
2 Likes