I'm sure someone already made something like this, but I got inspired so I figured I'd do it anyway, and it might be of interest to some weirdos out there.
## Overview
Collect and view stats from Bloodbowl 2
BB2Stats allows you to collect and view game stats from Bloodbowl 2. It can be used by a league owner (with a limited number of participants) to present stats on a web page, or to just check stats for personal games.
It's in sort of a beta state.
## BB2StatsGrabber
The BB2StatsGrabber is the application used to upload Bloodbowl 2 data. Each member of the league needs to install and use this client application since you can only access data from games you have played yourself.
When you have played your game, just launch the application, select your league and press "Upload" on the game you just played. You can then click another button to view the collected data.
## Check it out
BB2StatsGrabber can be download here: http://www.mordrek.com/BB2Stats/
You can access the full source code and register Issues here: https://bitbucket.org/mordrek/bb2stats
Here are some old screens of a private league with some stats (headers are clickable to sort the tables):



## Error reporting
If you find some issues or have suggestions, please use the bitbucket page.
I'm not promising I'll write a single line of code more, but I might.
## Future plans
We'll see for how long I'm inspired, but it would be great to get things like: Star-player-names, Pretty pictures of race and skills, Dodges made/failed, GFis made/failed, Blocking luck, Double-Skulls count, who-killed-who, match highlights in text-form etc.
I've started to check out the actual replay commands , but it's a pain reading those files.
The client performs some of the heavy lifting and it will therefore have to be updated to get access to latest features.
If I add stuff that would be of interest I'll let the clients know a new version is available.
/mordrek