• Stars
    star
    304
  • Rank 132,515 (Top 3 %)
  • Language
    Ruby
  • Created about 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A gamification gem to Ruby on Rails applications

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.