sauce-code/cuckoo
This is an adaption of Peter Österlund's CuckooChess 1.12. The source code provided is a Java Maven project in UTF-8. The program, except for the chess font, is copyrighted by Peter Österlund, and is available as open source under the GNU GPL v3 license.
Cuckoo Chess is a computer chess program that helps chess enthusiasts and developers explore chess engine capabilities. It takes standard chess notation as input and provides move suggestions or analysis, allowing users to play against the computer or study tactical positions. It's designed for those interested in the inner workings of chess AI.
No commits in the last 6 months.
Use this if you are a chess programmer, enthusiast, or student looking to understand or interact with a chess engine that implements many standard computer chess methods.
Not ideal if you need a state-of-the-art, lightning-fast chess engine for competitive play or deep analysis, as this program is slower than top-tier engines.
Stars
19
Forks
29
Language
Java
License
GPL-3.0
Category
Last pushed
Apr 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sauce-code/cuckoo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lithander/Leorik
Leorik is a strong, open-source UCI chess engine written in C#
imbatony/electorn-chinese-chess
飞将象棋是一款基于Electorn开发的开源象棋软件,目前内置四款引擎(象眼(ElephantEye),旋风(cyclone),佳佳(gg),南奥(sachess))。目前由于引擎限制,只能运行...
aakashkcx/chess-engine
A chess engine built using TypeScript.
zhukovdm/Congo
🦁 Multiplatform engine for playing a chess-like strategy game
aakashkcx/chess-game
A chess game built using @aakashkcx/chess-engine.