ai-code-battle/docs/plan
jedarden aeb2ae7f2d docs(plan): update ZoneMinRadius table for 3+ player to match implementation
The zone parameters table in §3.7.1 showed ZoneMinRadius=3 for all player
counts, but the code was changed to ZoneMinRadius=1 for 3+ player in
commit c80a02f to force combat contact (zone diameter 2 < attack radius
3.5). The design rationale is updated to explain the difference: 2-player
has a larger attack radius (6 tiles) so ZoneMinRadius=3 works, while 3+
player has a smaller attack radius (3.5 tiles) requiring ZoneMinRadius=1
to guarantee bots are within attack range in the final zone.

Verification: 6-player matches achieve 100% combat_death rate per
scripts/verify-combat-density.sh.

Closes: bf-4h52
2026-05-24 23:38:47 -04:00
..
.gitkeep Add docs directory structure with research and plan subdirectories 2026-03-23 20:47:58 -04:00
plan.md docs(plan): update ZoneMinRadius table for 3+ player to match implementation 2026-05-24 23:38:47 -04:00