ai-code-battle/cmd/acb-local
jedarden 66e7951e99 fix(cli): handle draw result without panic
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>
2026-05-24 11:13:00 -04:00
..
main.go fix(cli): handle draw result without panic 2026-05-24 11:13:00 -04:00