Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 832 Bytes

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.