Merge: contrib: Introduce nitrpg
authorJean Privat <jean@pryen.org>
Thu, 5 Feb 2015 06:46:56 +0000 (13:46 +0700)
committerJean Privat <jean@pryen.org>
Thu, 5 Feb 2015 06:46:56 +0000 (13:46 +0700)
commit37da033801cd10f1a041547b2d32ea16cf5c6d6f
treed27bad9b81de0204e425115bd5d55c2edb1834ab
parent67c594b70616d7d051f6e183c0d4a6d241cee1a5
parent0947011444c1fe85f2832e6e2d21798a254612e6
Merge: contrib: Introduce nitrpg

We have been talking about this a long ago. I made some demos, merged the full Github API stack...

Tonight is the nigth!

In this first PR we introduce some game basics and just enough to show how the game is supposed to work.
You can run it as this but the game only rewards new pull requests and +1 comments.
Further PR will introduce more capabilities like Github history reload, achievements, experience...

The game is separated into two tools:

* `listener` is the Github hook that capture all the github events on a repo.
* `web` is a Nitcorn client that display the game as a HTML website.

Four first commits are from #1141, please disregard.

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