blog

Scoreserver and ajax

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):

Turbulenz, a HTML5 game engine, is now free software

Turbulenz is a HTML5 game engine. It deals with 2D, 3D, network, physics, audio, animation, scenegraph, realtime multiplayer, social, achievements and leaderboards. Because of Javascript web technology, a very powerfull computer is required to launch the games.

It was recently open sourced under MIT license.

Subscribe to blog