ai-code-battle/bots
jedarden 62a5aa52ac feat(bot): add Scout bot (Python) — fog exploration archetype
Exploration-maximizing bot that maintains per-cell last-seen tick counters,
moves toward the stalest unobserved territory using forward-cone staleness
scoring, flees from enemies within extended combat range, and distributes
multiple bots across angular zones for maximum map coverage.

Archetype: Low Aggression, Low Economy, High Exploration, Low Formation.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 16:40:35 -04:00
..
defender feat(bot): add Defender bot (C#) — core-hugging perimeter archetype 2026-04-22 16:19:08 -04:00
farmer feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
gatherer Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
guardian Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
hunter Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
pacifist feat(bot): add Pacifist bot (JavaScript) — non-aggressive attrition archetype 2026-04-22 16:32:50 -04:00
random Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
rusher Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
scout feat(bot): add Scout bot (Python) — fog exploration archetype 2026-04-22 16:40:35 -04:00
swarm Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00