Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How would you send the score results to google sheets? I’m interested.

(1 edit) (+1)

Google sheets has an open source API. Sending and receiving data is as simple as under 10 lines of code from it. It's available for Python, JS, and multiple other languages. Since I know how to do it in Python, and it's not available in the language I usually code in, I'd have to see if I could run a Python file with the new score information and have the sheet update accordingly.