Merge: Nitrpg: add achievements
authorJean Privat <jean@pryen.org>
Thu, 26 Feb 2015 23:52:38 +0000 (06:52 +0700)
committerJean Privat <jean@pryen.org>
Thu, 26 Feb 2015 23:52:38 +0000 (06:52 +0700)
commit4514e2285f43cfc755f7faef11b8156afa5d6026
treecbb84689d2ad6ac0fb63c5d2096b375c20c94e45
parent0276de5e08ccd88b30c0dd034c50cf5a0db7d454
parentb7fc8b84f78ecc092c9015c6b422e09146d47c38
Merge: Nitrpg: add achievements

Not much achievements in this PR:

* Counting issues and rewarding at 1, 100, 1000
* Counting PR and rewarding at 1, 100, 1000
* Counting commits and rewarding at 1, 100, 1000, 10000
* Two achievements based on regexp, just for demo: Nitdoc and FFI

Partially fixes #1165: I fixed the typo in "complaint" and the first playre to unlock the achievement. But the related issue stills not linked for now.

Démo: http://nitlanguage.org/rpg/games/privat/nit (sorry, I had to reset the scores...)

Pull-Request: #1171
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>