ai-code-battle/cmd
jedarden df3e59b9a9 feat(acb-local): add strategy bots for offline matches
Add Go implementations of 5 strategy bots directly into the engine:
- GathererBot: prioritizes energy collection, avoids combat
- RusherBot: aggressively rushes enemy cores
- GuardianBot: defends cores with cautious expansion
- SwarmBot: formation-based coordinated movement
- HunterBot: targets isolated enemy units

Update acb-local with bot selection flags:
- -bot0/-bot1: select bot strategies
- -list-bots: list available strategies
- Default to gatherer vs rusher for interesting gameplay

Enables demo replays with real strategic behavior without K8s infrastructure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 14:27:36 -04:00
..
acb-api Remove legacy code: worker-api/, cmd/acb-indexer/, cluster-configuration/, gut cmd/acb-api/ 2026-03-29 10:22:16 -04:00
acb-evolver feat(acb-evolver): add CRUD operations for programs database with island model 2026-03-29 12:08:21 -04:00
acb-index-builder Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00
acb-local feat(acb-local): add strategy bots for offline matches 2026-03-29 14:27:36 -04:00
acb-map-evolver Add map evolution pipeline (cmd/acb-map-evolver) 2026-03-29 02:35:33 -04:00
acb-mapgen Fix sin/cos math bug and add cellular automata map generation 2026-03-26 01:10:46 -04:00
acb-matchmaker Extract matchmaker into separate deployment (acb-matchmaker) 2026-03-29 00:55:46 -04:00
acb-wasm Add Phase 7-9 features: evolution dashboard, WASM sandbox, enhanced replay 2026-03-29 01:13:23 -04:00
acb-worker Refactor acb-worker: B2 uploads, PostgreSQL writes, Glicko-2 ratings 2026-03-29 10:46:23 -04:00