Jump to content

JS high score and leaderboard system based on parse.com


peer2p
 Share

Recommended Posts

Hello everyone,

 

in my spare time project I'm actually developing a HTML5/JS platform game using the genius Phaser framework.

I wanted to add a high score system which works in the cloud, so that players can compete against each other.

I evaluated the most relevant game services API's from Google and Apple. 

The problem is that you have to pay for them and that might not be appropriate for a small game.

 

So I tried to do my own implementation using the lovely parse.com service which has the following features:

  • Manage players (Users)
  • Player specific highscores
  • Track players game time
  • Manage achievements for players
  • Leaderboard
  • Store game specific values to the detail objects of achievement and highscore entities
You will need to create a free parse.com account in order to use the Highscore Service.

The little project is hosted on github at https://github.com/peer2p/parse-highscore-service.  

A documentation is also available there.

A test application to evaluate JS Highscore Service with your own parse backend is hosted here.

 

Maybe this could be useful for someone...

 

Cheers!

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...