Faizy Posted May 11, 2017 Share Posted May 11, 2017 Hey, could someone recommend me what would be the best way to store highscores etc. from different players of my game? Right now I just want to store highscores and load them every time someone starts the game. Later on I want to save more detailed data. Any suggestions? Thank you Link to comment Share on other sites More sharing options...
squilibob Posted May 15, 2017 Share Posted May 15, 2017 If your game is hosted on a server then you can store the highscores in a database. If your game is on the client side then you can use localstorage Link to comment Share on other sites More sharing options...
Recommended Posts