Hello! I want to create a very simple game in which a user clicks their keyboard or mouse making a stick-figure walk in time to music. I would like to record a time stamp of every click or key press and a trigger from the song so that I might calculate how synchronized they are with the music. There will be different levels to the game with different songs and different conditions. So essentially I would like to receive a unique file from each game play with key press time stamps labelled by the level. I am sure it should be possible to save these into an array but I am unsure about whether I can have users send/submit their data.
I have not been able to find whether it is possible for user data to be sent from their computer to some storage that I can access. Is construct3 the right game builder for this functionality?
Thank you so much!
Develop games in your browser. Powerful, performant & highly capable.
Ok, I think I found my solution perhaps (just in case others out there have the same question): construct.net/en/tutorials/sending-data-from-construct-23-to-google-spreadsheet-1447
I will update this feed as I work through it.
You can send a limited amount of data in URL parameters to the spreadsheet. From your explanation I thought there may be hundreds of values.
Another popular option is to send data to Firebase service. There are a number of addons for that.