Skip to content

Add Gomoku CC:Ladder#114

Merged
john-b-yang merged 2 commits into
mainfrom
john/gomoku-ladder
Jul 7, 2026
Merged

Add Gomoku CC:Ladder#114
john-b-yang merged 2 commits into
mainfrom
john/gomoku-ladder

Conversation

@john-b-yang

Copy link
Copy Markdown
Contributor
  • 21 open-source Gomoku bots imported to CodeClash-ai/Gomoku human/gomoku/* branches, including:
    • pure-Python minimax/MCTS/threat-search bots
    • JS/Java/C++ engines (lihongxun945, blackstone, blupig, ...) reimplemented in stdlib Python, each wrapped into the arena's single-file get_move(board, color) contract.
    • Each validated 2-stage (local get_move legality + real engine.py games vs a reference).
    • AlphaZero/CNN bots skipped (weights); zhoukangyang deferred (NN-substitute, not faithful).
  • configs/ablations/ladder/make_gomoku.yaml: round-robin (30 sims) for Elo ranking; README note.
  • scripts/ladder/: build tooling adapted to Gomoku (porting guide, validators, smoke/push scripts, RUN.md, reference bot); ports/ regenerated, not committed.

- 21 open-source Gomoku bots imported to CodeClash-ai/Gomoku human/gomoku/* branches
  (source of truth, not committed here): pure-Python minimax/MCTS/threat-search bots +
  JS/Java/C++ engines (lihongxun945, blackstone, blupig, ...) reimplemented in stdlib
  Python, each wrapped into the arena's single-file get_move(board, color) contract.
  Each validated 2-stage (local get_move legality + real engine.py games vs a reference).
  AlphaZero/CNN bots skipped (weights); zhoukangyang deferred (NN-substitute, not faithful).
- configs/ablations/ladder/make_gomoku.yaml: round-robin (30 sims) for Elo ranking; README note.
- scripts/ladder/: build tooling adapted to Gomoku (porting guide, validators, smoke/push
  scripts, RUN.md, reference bot); ports/ regenerated, not committed. Arena was already wired.
… john/gomoku-ladder

# Conflicts:
#	configs/ladder/make_gomoku.yaml
@john-b-yang john-b-yang merged commit 6321837 into main Jul 7, 2026
5 checks passed
@john-b-yang john-b-yang deleted the john/gomoku-ladder branch July 7, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant