How can i make a ranking page

edited May 2013 in Support
With a player name and best results. Ideas?

Thanks.

Comments

  • I'm trying to create a JSON file sending object to server via ajax. Have a PHP that writes JSON in a file. Now i will try to load this file from my game script and decode JSON.
  • That's more or less what I would have done. This is a possible solution:

    1) Call a server page using Ajax and providing as a parameter to the page the player's score.

    2) On the server side write the response as a JSON.

    3) In the game create the leader board with the data from the JSON.
  • Yes, Thats what i've done! works very well. Now i have best scores in my game.
    I read the JSON with $.getJSON
    i've almost finished the game!! :)
Sign In or Register to comment.