I want to implement the ability to save all of the player's scores to an array, along with the time and day those scores were achieved so they can view them on a timeline, or organize them onto a high score table.
I know it's possible to load data from a JSON array into an array object, but is it possible to load updated scores from the player back into the JSON?
If not, what other solutions would be best for this?
You can not overwrite project files. You can save data into JSON object, and then either save this JSON to local storage, or download as a file, or send to some web service.
Develop games in your browser. Powerful, performant & highly capable.
Okay, thank you for the clarification.
construct.net/en/forum/construct-3/how-do-i-8/write-array-localstorage-129837
I found this thread and it's pretty close to what I need, I should be good to go