Ask HN: Open source gamification for developers
I am thinking of building a MVP Gamification SAAS platform aimed for developers because I can not find any good open source ones specific for developers. Since my best feedback regarding this is on HN, I am asking if it is a good idea and if yes what features a developer really needs for a gamification platform.
7 comments
[ 2.9 ms ] story [ 24.4 ms ] threadhttp://www.bigdoor.com/
http://openbadges.org/
You might be able to fork and play with the khan academy's gamification codebase as well.
https://github.com/Khan
~B
My thought is a simple standard api that allows apps to create badges that their users can earn. Users should be able to view their badges not only from the app that created them, but also a way to view all the badges they got from all the apps they received badges from. So the users maybe would have to have an account with the gamification system. Maybe OAuth could be used for apps to get permission to give badges to a user. Apps could also possibly get permission to view a users earned badges from other apps in order to perform some action like give a reward, etc.