In the hg game, you guess who made a commit to your team's repo based on their commit message:
The goal is to get the longest streak! (It's harder than you think...)
- Download the
hg-game
repo - Run ruby hg-game alias
- Then, in any hg repository, run
hggame
- (If you'd like, you can select a subset of commits, for example,
hg game --after={2014-08-08}
. For more options, see http://hgbook.red-bean.com/read/customizing-the-output-of-mercurial.html.)
- Requires Ruby >1.8
Pull requests welcome!