0 votes

I'm making a game where people have to decode as many words as they can in a certain amount of time, and I was wondering if there was a way that I could export their scores so that I can see everyone's score, almost like a survey? Basically they play the game on their computer and it sends the data of their score somewhere else that I can access it. Thanks!

Godot version 3.4
in Engine by (598 points)

1 Answer

0 votes

You can use a http server and use the game to send a http request with the data you want to collect.

by (254 points)

Yeah I’ve been looking into that and have written an http request on the Godot side, but I don’t know how to write my own api that will work with my game. Do you have any suggestions?

2 easy ways to get that:
1 - Classic LAMP/WAMP
2 - Node + Express/Koa
Both are easy to learn and use.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.