yacen
Yet Another Chess ENgine
...To avoid confusion, I will rename my project soon and provide a link to the new site then.
yacen is a simple chess engine with main focus on understandability of code and mechanisms rather than on pure performance.
It is completely written in ANSI-C using nothing more than the standard library and thus is very portable and easy to compile on almost every platform.
yacen uses the common UCI interface to communicate with any compatible GUI.
NOTE: yacen is currently in pre-alpha status. This means that there is only source code available which is far from complete and thus cannot be compiled to a working binary yet. ...