Hi!
Is it possible to completely delete game's saved data so it would be like a person never played the game before (when they actually did)?
P.S. - "Restore Global Variables To Default" doesn't work in this case.
Develop games in your browser. Powerful, performant & highly capable.
It should be this way every time the user restarts the game. If you're using keys to save progress then I guess using Clear Session Storage (or Clear Local Storage if saving to web storage) should delete the save data.