ai-code-battle/bots/scout
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
..
Dockerfile feat(bot): add Scout bot (Python) — fog exploration archetype 2026-04-22 16:40:35 -04:00
main.py feat(bot): add Scout bot (Python) — fog exploration archetype 2026-04-22 16:40:35 -04:00
requirements.txt feat(bot): add Scout bot (Python) — fog exploration archetype 2026-04-22 16:40:35 -04:00
test_scout.py feat(bot): add Scout bot (Python) — fog exploration archetype 2026-04-22 16:40:35 -04:00