ai-code-battle/scripts
jedarden bed7f14797 fix(engine): reduce ZoneMinRadius from 5 to 3 to force combat engagement
The previous ZoneMinRadius=5 created a final zone diameter of 10 tiles,
which allowed bots to remain outside the 3.5-tile attack radius even when
both were inside the zone. This resulted in low combat_death rates for
passive bot strategies (~10% for random bots vs the 65-80% target).

With ZoneMinRadius=3, the final zone diameter is 6 tiles, forcing bots
into proximity where focus-fire combat triggers more consistently.

Also adds verify-combat-density.sh script for ongoing metrics tracking.

Closes: bf-4bj9
2026-05-24 18:40:40 -04:00
..
build-wasm.sh feat(acb-api): implement bot registration, job coordination, and replay endpoints per plan §12 Phase 4 2026-04-21 08:58:42 -04:00
cloudflare-setup.sh feat(scripts): add Cloudflare setup and verification scripts 2026-03-29 14:50:08 -04:00
configure-dns.sh docs(scripts): add DNS configuration script with Cloudflare API 2026-03-29 20:12:26 -04:00
deploy-pages.sh docs(phase6): add deployment checklist and make scripts executable 2026-04-08 17:29:02 -04:00
setup-r2.sh feat(scripts): add R2 bucket setup script with custom domain config 2026-04-06 06:42:53 -04:00
verify-combat-density.sh fix(engine): reduce ZoneMinRadius from 5 to 3 to force combat engagement 2026-05-24 18:40:40 -04:00
verify-deployment.sh feat(scripts): add Cloudflare setup and verification scripts 2026-03-29 14:50:08 -04:00