ai-code-battle/bots/rusher
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
.gitignore fix(bots): remove tracked target/ from rusher bot, add .gitignore 2026-04-24 07:32:01 -04:00
Cargo.lock fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
Cargo.toml fix(bots): use thin LTO and Cargo.lock in rusher build 2026-04-24 07:39:16 -04:00
Dockerfile fix(rusher): add musl-dev to fix crti.o linker error on Alpine 2026-04-24 08:41:49 -04:00