TIL: Clusters of Risk

Graphs Mostly

Vincent Warmerdam koaning.io
2021-06-16

I found some really old code which I figured was worth sharing.

It’s the graph layout from the risk board-game. It’s something I used way back in the day to help a colleague build a risk simulator.

This made me wonder though. What will happen when we run a community detection algorithm over this? Will it be able to detect the clusters as defined by risk? Or will we get something completely different?

I’m using netClustering.js here. It seems like risk clusters nicely.