an oldy but goody, Chenard for the Mac - xBoard with source

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

an oldy but goody, Chenard for the Mac - xBoard with source

Post by MikeB »

readme and source - also suitable for many different platforms including Windows, Linux and Raspberry Pi. The software and source is freeware.

https://github.com/cosinekitty/chenard/ ... /README.md

homepage of author Don Cross:
http://cosinekitty.com/chenard/

from the author:
One of the more interesting features of Chenard is that it automatically learns new openings and does not have to spend time thinking when it re-encounters any position in the first 15 moves of a game.
very easy to compile for the mac from the src directory , type this on the common line (assuming you downloaded the source from Github):

Code: Select all

g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wunused -Woverloaded-virtual -DAPPLE  -O2 -o ../linux/xchenard @../linux/xsourcefiles
Mac exe for xboard (Note: It is not a UCI engine, leave the UCI box unchecked when installing):
https://www.dropbox.com/s/nd5g224g8lcm5 ... d.zip?dl=1

Very suitable for human play. Don first started writing a chess program in 1993 and it's good to see that he is still around.