Quote Originally Posted by Roland Chastain View Post
As a Delphi chess program including AI, I know this one (but I don't believe it manages EPD strings). Otherwise, there is the Delphi version of EPD2diag.
While that is not same program I had (can't find the one I had) I do remember that it used same AI component that is now integrated into the Chess board component on which this program bases off.

The reason why I had that chess program in the first pace is becouse me and a friend of mine do like to play chess and I wanted to update existing chess program to have multiplayer support. But soon after seing the source code of that one I decided that I'll try to build my own chess program from scratch (without AI offcourse).
I must admit that I never finished it. The main reason why I never finished it is becouse I stubled upon "Battle Master 2" which is a freware chess program with built in multiplayer support.
So me and my friend comonly use that one when playing chess online but nothing beats playing chess person to person.
Maybe someday I go and try doing it again.