gamify is the core of Game of Work application. It's a gamification platform created by Emilio Ampudia (eampudia at gmail.com) and Paco Orozco (paco at pacoorozco.info).
This project was bornt while we were creating Game of Work, aka GoW!, a gamification platform in UPCnet. We wanted to teach, learn and share some fun with our colleagues, so we created a game work based on questions about our organization (process, services, teams...).
It's a PHP 5 application and you will need MySQL as a database.
As much as possible, we have tried to keep a clean code to work everywhere out of the box. You are not obliged to use our tools and are free to change the code in order to use it at your own feeling.
See CHANGELOG file in order to know what changes are implemented in every version.
Clone GitLab repository
$ git clone https://github.com/pacoorozco/gamify.git gamify
- Copy gamify.conf.sample to gamify.conf.
- Edit it and put valid values
Then enjoy !
Go to the dir where application is installed ($APP_DIR) and use git to pull new code.
$ git https://github.com/pacoorozco/gamify.git gamify
Please see install/ dir in order to see if DB schema must be upgraded.
If you have issues with gamify, you can report them with the GitHub issues module.
Please remember to provide as much information as you can.
gamify is released as free software under GPLv2
- Emilio Ampudia (eampudia at gmail.com)
- Paco Orozco (paco at pacoorozco.info)