feat(bot): self-play harness with Casual and random baselines

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
claude (blind_chess)
2026-04-28 14:52:10 -04:00
parent 06bd144f7c
commit dc5e6678b9
4 changed files with 479 additions and 275 deletions
+3 -1
View File
@@ -12,9 +12,11 @@
"test": "pnpm -r test",
"dev:server": "pnpm --filter @blind-chess/server dev",
"dev:client": "pnpm --filter @blind-chess/client dev",
"typecheck": "pnpm -r typecheck"
"typecheck": "pnpm -r typecheck",
"selfplay": "tsx scripts/selfplay.ts"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "^5.6.0",
"vitest": "^3.0.0"
}