Data science

Visualizing Blood Bowl Gnome roster development during League play

In the board game Blood Bowl, coaches develop their teams over a series of matches. In this post, we use the **fumbbl_replays** Python package to plot and analyze Gnome team development choices during league play.

Introducing the fumbbl_replays Python package for Blood Bowl

The **fumbbl_replays** package is a Python utility package for the board game Blood Bowl. It allows users to plot board positions, either from scratch, or from existing (FUMBBL) game logs. In addition, it has some functionality to analyze FUMBBL game logs.

Nufflytics: Analyzing Blood Bowl matches from FUMBBL using Python

This blogpost is about **Blood Bowl**, a boardgame I started playing last year. The idea of this blog post is to showcase some possible analyses that can be done on the FUMBBL match data I've compiled.