Hi. How can I save data on a local machine? For example, I would like that after player has completed level, then variable - levelsCompleted = "3" gets saved on players computer and next time when he will come into game he will get that count.
Thanks.
WebStorage
Yes, I was looking there, but that means, that after I will import webstorage into my project, then it will be able to save data on computer?
roland: yes, webstorage lets you do exactly that.
Develop games in your browser. Powerful, performant & highly capable.
Thanks. :)