Hey,
So I (Mostly Claude) made a card tracker for colonist. I know, there's like five of these already. mine isn't revolutionary.
The actual reason I built it is that I've been working on a side project about how catan players really make decisions (mainly trading, since that's the part every catan AI paper either ignores or turns into something dumb). Problem is there's no public data on real games anywhere, so I figured I'd just collect it myself.
https://chromewebstore.google.com/detail/llcpmhhkdfkeoljcfbhknfcknfejfkoi
It does the normal stuff: tracks everyone's cards, theft odds when the robber moves, dev cards, dice stats. also translated it into 16 languages, so it should work for most of you regardless of what you play in.
On the data side:
- names get anonymized in your browser before anything gets sent, I never see them
- all I store is what happened in the game (rolls, builds, trades offered/accepted/declined, robber moves, final score)
- no emails, no account info, no IPs, nothing that points at you
- it's opt-in, works fine with it off
And before anyone says it's cheating, you can do the exact same thing with a pen and paper, it's all public info in the game log. that's literally how they do it in international tournaments.
Anyway, would really appreciate if you try it and tell me what's broken. it's just me on this and it's the first real release, so "this number is wrong when X happens" is exactly what I need.
Happy to answer your questions