Signed in as
Top players overall
Loading…
Per game
Pick a game above.
Embed on your own page
Drop this into any HTML page and your players will be on the same leaderboard:
<script src="https://leaderboard.iamoneinx.org/lb.js"></script>
<div id="leaderboard"></div>
<script>
LB.render('my-game-id', '#leaderboard');
// On game over:
LB.submit('my-game-id', finalScore);
</script>