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 a