ai-code-battle/bots/swarm
jedarden 4f1b26f6fe feat(bots): add zone bounds awareness to GathererBot, RusherBot, SwarmBot
- Add ZoneBounds type to bot state structs (Go, Rust, TypeScript)
- GathererBot now moves toward zone center when outside or near edge
- Bots can see zone bounds in fog-filtered state (per plan §3.7.1)
- Fixes gofmt formatting in types.go and bot_strategies.go

This improves bot survival and combat behavior by making them
zone-aware, preventing unnecessary zone deaths when the safe area
shrinks.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 08:03:30 -04:00
..
src feat(bots): add zone bounds awareness to GathererBot, RusherBot, SwarmBot 2026-05-26 08:03:30 -04:00
Dockerfile Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
package.json Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
tsconfig.json Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00