Submitted by devnewton on Sat, 2013-05-18 13:03
I added a small improvement to my score application server: scoreserver.
It was already able to:
- handle game and level setup using a backend web interface.
- receive and update highscore tables with a http request.
- show the best scores by game and level or by player
His web interface is not very pretty, so I added the possibility to integrate the highscore tables in other web pages using a single ajax request (for sample withjQuery):