Socrates chess engine - ChessBot UCI

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

Moderator: Ras

Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Socrates chess engine - ChessBot UCI

Post by Norbert Raimund Leisner »

Hello,

on the website https://github.com/epandurski/socrates Evgeni Pandurski mentioned an UCI-application (source code) written in Rust several hours ago.

Roman Koldaev made a jar-file of https://github.com/johnniegf/chessbot too - if anybody is interested in to get the engine, please let me know.

Best wishes,
Norbert
Frank Quisinsky
Posts: 7507
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: Socrates ...

Post by Frank Quisinsky »

Hi,

Socrates is a program by Don Daily. In the first times available as DOS version (commercial available). Later newer Socrates 2 DOS versions are not public.

A bad name ...
Programmer should switched the name to on other one.

Best
Frank
Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Re: Socrates ...

Post by Norbert Raimund Leisner »

The author´s answer is:

Hello,

My project is still in a quite early stage of development. Mainly I use it
to learn more about Rust and chess programming.

I am still experimenting, and learning about chess programming myself. I
think the main focus on the project will be to create a chess engine form
which people can learn about chess programming by looking at the code (This means clean code and lots of docs). I think Rust is a good language for that. The strength of the program will be a secondary consideration, but still important.

Your website (>CCWiki main page) is a great resource of information for me. Thanks!

Regards,
Evgeni