ai-code-battle/cmd/acb-matchmaker
jedarden 18ac1ff2b4 feat(engine): reduce default map size to 40x40 and add skirmish map class
Reduce default 2-player map size from 60x60 to 40x40 (from 3600 to 1600
tiles) to increase encounter frequency and combat density. Add -skirmish
flag to acb-mapgen for generating even smaller dense maps (32x32, 0.20
wall density, 15 energy nodes) with "skirmish_" ID prefix.

Changes:
- engine/types.go: DefaultConfig() returns 40x40, ConfigForPlayers()
  uses 800 tiles/player for 2-player (40x40) and 2000 tiles/player for
  3+ players
- cmd/acb-matchmaker/tickers.go: gridForPlayers() returns 40x40 for 2
  players
- cmd/acb-map-evolver/main.go: gridForPlayers() returns 40x40 for 2
  players
- cmd/acb-mapgen/main.go: defaults to 40x40, adds -skirmish flag for
  32x32 high-density maps
- cmd/acb-matchmaker/tickers_test.go: update test expectations for new
  40x40 default

Closes: bf-39wt
2026-05-24 10:10:57 -04:00
..
alerts.go Extract matchmaker into separate deployment (acb-matchmaker) 2026-03-29 00:55:46 -04:00
config.go feat(web,cmd): enhance evolution dashboard, series/seasons pages, and matchmaker 2026-04-21 13:42:20 -04:00
cooldown_test.go test: integration tests for multi-match crash cooldown (3 strikes / 30 min) per §4.5 + §6.1 2026-04-22 15:14:03 -04:00
crypto.go Extract matchmaker into separate deployment (acb-matchmaker) 2026-03-29 00:55:46 -04:00
Dockerfile fix(docker): add COPY metrics/ to all service Dockerfiles 2026-04-23 18:00:16 -04:00
main.go feat(matchmaker): add best-of-5 weekly featured and best-of-7 championship series scheduling 2026-05-04 02:34:47 -04:00
map_fairness.go fix(matchmaker): use inclusive boundary for classic promotion age check 2026-04-23 17:45:36 -04:00
map_fairness_test.go fix(test): replace duration-based age check with calendar-relative anchors 2026-04-30 22:14:40 -04:00
series_season.go feat(matchmaker): add best-of-5 weekly featured and best-of-7 championship series scheduling 2026-05-04 02:34:47 -04:00
series_season_test.go feat(playlists): add playlist curation and rebuild logic per §10, with series/seasons/enrichment 2026-04-21 16:11:27 -04:00
tickers.go feat(engine): reduce default map size to 40x40 and add skirmish map class 2026-05-24 10:10:57 -04:00
tickers_test.go feat(engine): reduce default map size to 40x40 and add skirmish map class 2026-05-24 10:10:57 -04:00