v0.1.6
Rust starter is simpler
The Rust template's per-turn input reader is now as clean as the other languages' — one small next_line() helper, one parsing style, no dependencies. The starting point reads straight top-to-bottom, so there's less to wade through before you teach your ant to chase food.
Your coach shows, not just tells
When the agent points out what's happening in a match — "your ants clump on one food and die," "you're losing the food race" — it now opens the replay so you can watch it, instead of waiting for you to ask. Seeing it beats being told.
Install: curl -fsSL https://raw.githubusercontent.com/amarcu/agent-arena/main/install.sh | sh
Update: sensei update