资 源 简 介
Description
cengix (chess engine no. x) is a simple chess engine that uses the UCI interface to interact with any compatible chess GUI. Its main focus is understandability of code and techniques rather that pure performance. cengix is written entirely in ANSI-C using nothing more than just the standard library and thus should run on almost any platform that has a C compiler available.
News
Pre-alpha release 1 (2013-03-25)
I added a first snapshot of the source code to the download section. It gives a preview on how the chess board is handled by the engine and how moves are checked for correctness.