ai-code-battle/bots/farmer
jedarden 5362b6c011 feat(bot): add Farmer bot (Go) — economy-maximizer archetype
Economy-maximizing bot that prioritizes energy collection and spawning
while avoiding combat entirely. Seeks nearest uncontested energy via BFS,
flees enemies within 3 cells, avoids contested energy tiles, and stays
near active cores for maximum spawn throughput. Includes 12 unit tests.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 16:30:26 -04:00
..
Dockerfile feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
go.mod feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
grid.go feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
main.go feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
strategy.go feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
strategy_test.go feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00