Hi guys i have a racing game but i dont know how to make an online leaderboard without anyplugins does anybody have a working capx?
Hello
You need to use database, mysql Table, php and ajax !
You save the score of all the players and when you need your leaderboard, you do mysql request to retrieve these informations from your table.
Scirra Arcade, Google Play, Steam, ... they all have leaderboard features built-in. It depends what is your target platform. If you want a custom (independend) leaderboard then as swad said you need to store it on your server so you can use AJAX C2 plugin to communicate with PHP, and you will have to make a PHP script that will handle requests and storing/fetching data to/from the database (MySQL is the most common choice).
—
Thank you for completing my answer
swad — HI guys thanks for your help this is my game and i have managed to add scirra arcade leader board to it. Play it and see https://www.scirra.com/arcade/racing-ga ... ress-18241
LaurenceBedford
Nice ! Now, you can try to make it multiplayer !
Develop games in your browser. Powerful, performant & highly capable.
swad i will try