11# JumpStar Chinese Checkers Engine
22
33This is the public engine and benchmark repository for JumpStar, a
4- self-play-trained Chinese Checkers AI. As of the public launch on ** 2026-05-23** ,
5- ` JumpStar_60 ` is, to the best of this project's public evidence, the strongest
6- openly documented Chinese Checkers AI engine under the ` CCERL-2P10-v2 `
7- benchmark. That claim is benchmark-scoped: stronger private engines may exist,
8- and CCERL is designed so public challengers can test the result.
4+ self-play-trained Chinese Checkers AI created by ** Joe Philleo** . As of the
5+ public launch on ** 2026-05-23** , ` JumpStar_60 ` is, to the best of this project's
6+ public evidence, the strongest openly documented Chinese Checkers AI engine
7+ under the ` CCERL-2P10-v2 ` benchmark. That claim is benchmark-scoped: stronger
8+ private engines may exist, and CCERL is designed so public challengers can test
9+ the result.
910
1011This repository intentionally contains only the public research surface:
1112
@@ -14,6 +15,7 @@ This repository intentionally contains only the public research surface:
1415- the CCERL benchmark rules, protocol, positions, and baseline definitions
1516- public leaderboard and direct-match evidence
1617- a small benchmark runner/tool subset
18+ - a lightweight static replay viewer
1719
1820It does not contain the hosted website, Vercel deployment code, private training
1921automation, or internal experiment workspaces.
@@ -98,6 +100,8 @@ Release assets and restored to the paths documented in
98100
99101## License
100102
101- No open-source license has been selected yet. Until a license is added, this
102- source is public for inspection and reproducibility but is not broadly licensed
103- for reuse or redistribution.
103+ This repository is open source under the [ MIT License] ( LICENSE ) .
104+
105+ Model checkpoints are not stored in Git history. If model files are published as
106+ release assets later, their download page should state whether the same license
107+ or separate model-artifact terms apply.
0 commit comments