The acb-local tool was panicking when a match ended in a draw (Winner = -1) because it tried to use -1 as an array index into botNames[]. Fixed by checking if Winner >= 0 before accessing the array, and printing "Result: Draw" for draws. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| acb-api | ||
| acb-enrichment | ||
| acb-evolver | ||
| acb-index-builder | ||
| acb-local | ||
| acb-map-evolver | ||
| acb-mapgen | ||
| acb-matchmaker | ||
| acb-wasm | ||
| acb-worker | ||