mulhoon / score.js

Scoring, levels, checkpoints and badges in Javascript - Instant gamification
http://mulhoon.github.io/score.js/
185 stars 23 forks source link

A real example #3

Open chiefGui opened 10 years ago

chiefGui commented 10 years ago

Can you give me a real example of what's the big deal of score.js? How can I use it in production?

I loved the final result, but I'm trying to find a way to use it with a server-side language.

mulhoon commented 10 years ago

Hi Guilherme. I will try to release an example game soon that uses score.js

At the moment it's a pure client-side though can easily be synchronised by saving and reading the scorecard to a server-side db.

How would you like it working with a server-side language? Hooks for api calls?

Thanks Nic

hughred22 commented 9 years ago

I think the best use of this library is with a JavaScript framework like AngularJS and with Firebase backend so make everything super easy? I am trying to do that. So which part of the code I need to swatch out and save the score data to Firebase or external realtime JSON database?