ai-code-battle/bots/zone-driver/target/release/zone-driver-bot.d
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

1 line
252 B
Makefile

/home/coding/ai-code-battle/bots/zone-driver/target/release/zone-driver-bot: /home/coding/ai-code-battle/bots/zone-driver/src/game.rs /home/coding/ai-code-battle/bots/zone-driver/src/main.rs /home/coding/ai-code-battle/bots/zone-driver/src/strategy.rs