This is the homepage of Brainless, an xboard-based C++ chess engine written by Matthew Lai and Pawel Koziol (evaluation function). It is a standard bitboard based alpha-beta searcher implementing well-known algorithms.
The program is licensed under the GNU General Public License (GPL), meaning you have the right to do pretty much anything with it (use, modify, redistribute, and even make a profit out of it) as long as your derivative work is also under the GPL (specifically, it must also be open-sourced). You are not required to get my permission or even let me know if you make a derivative of it, but it would certainly be nice to let me know. Also, if you do base your program on mine, I would appreciate it if you do not participate in tournaments and such as I will be entering Brainless myself (clones and close-derivatives are usually not welcomed in tournaments anyways).
It is currently playing on FICS under the handle BrainlessChess(C) and has a standard rating of ~2170 and blitz rating of ~2000. According to SurveyBot on FICS that is roughly equivalent to 2180 Elo on FIDE. Feel free to log on to FICS and give it a try.
I developed the program under GNU/Linux, but it also works under Windows (using the MinGW or ICC compiler). It runs about twice as fast on a 64-bit system (running a 64-bit binary obviously) due to the extensive use of bitboards. The only requirement for compilation, aside from the standard library, is the Boost library (used for threading in pondering).
I archive the source and release it once in a while as I have no automated way of doing this. If you want a newer version, please let me know.
Brainless20080519 (Windows executable with book) - main hash = 128, pawn hash = 8
Questions/suggestions/concerns? Feel free to contact me at:
moc.reehcew@hsifrebyc
(read backwards)