Save game data for browser based game
I am developing开发者_C百科 a simple browser based game and I need a way to store gamers results and print out a leaderboard. It must work offline and I need to be able to compare results between the users. For example "you are number 3".
What is the best way to keep track of game results in this way? I am targeting Google Chrome.
Thankful for all input!
精彩评论