gioco (current version - 2.0.0 RC)
A gamification gem to Ruby on Rails applications that use Active Record.
This is a new Working in Progress implementation, for the older version check the 1.1.1 branch
Description
Gioco is a gem to easly implement gamification. With Gioco you are able to implement gamification logic such as badges, levels and points / currencies.
Installation
Gioco is available through Rubygems and can be installed by:
adding it in Gemfile:
gem "gioco"
and running the bundler:
$ bundle install
License
Gioco is released under the MIT license.