No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Gioco is a easy to implement gamification gem based on plug and play concept. Doesn't matter if you already have a full and functional database, Gioco will smoothly integrate everything and provide all methods that you might need.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

gioco (current version - 2.0.0 RC)

A gamification gem to Ruby on Rails applications that use Active Record.

CircleCI

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.