ai-code-battle/bots/zone-driver
jedarden cdbc4c0cbd Implement ZoneDriverBot: zone-herding elimination strategy
ZoneDriver weaponizes the shrinking zone to force enemy eliminations:
- Computes zone boundary and identifies "kill band" (zone edge-2 to edge)
- Positions units to block enemy escape routes inward
- Herds enemies toward zone edge for passive eliminations
- Prioritizes survival for own bots near zone boundary

Novel approach: turns zone from map feature into active weapon.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 01:16:21 -04:00
..
src Implement ZoneDriverBot: zone-herding elimination strategy 2026-06-17 01:16:21 -04:00
target Implement ZoneDriverBot: zone-herding elimination strategy 2026-06-17 01:16:21 -04:00
Cargo.lock Implement ZoneDriverBot: zone-herding elimination strategy 2026-06-17 01:16:21 -04:00
Cargo.toml Implement ZoneDriverBot: zone-herding elimination strategy 2026-06-17 01:16:21 -04:00
Dockerfile Implement ZoneDriverBot: zone-herding elimination strategy 2026-06-17 01:16:21 -04:00