Page 1 of 1

Want to submit a new engine

Posted: Sun Sep 10, 2017 4:03 pm
by nitrocan
Hello everyone! A friend of mine and I have been working on a chess engine called SCTR:

https://github.com/nitrocan/sctr

and have just released version 1.0:

https://github.com/nitrocan/sctr/releases

I had a couple of questions:

1) How do we submit our engine to compete on CCRL?
2) There's currently only a linux x64 executable, do we also need to compile it for Windows?
3) It currently only supports the UCI option Hash, there is no support for opening or endgame tables. Is there anything else we need to support to be able to compete?

I'd probably estimate its strength to be ~2800+ ELO on 40/4, not sure how it'd rank in 40/40 but probably wouldn't be all that different. Please let me know if you have any questions/concerns, thanks!

Re: Want to submit a new engine

Posted: Sun Sep 10, 2017 9:22 pm
by Graham Banks
A Windows exe will be necessary for us to test it.
The uci option of hash only is fine as long as it only uses one core.
You should release the engine for all to use rather than keep it private.

Re: Want to submit a new engine

Posted: Sun Sep 10, 2017 10:13 pm
by nitrocan
Graham Banks wrote:A Windows exe will be necessary for us to test it.
The uci option of hash only is fine as long as it only uses one core.
You should release the engine for all to use rather than keep it private.
Thanks for the info!

Just released the windows executable as well: https://github.com/nitrocan/sctr/releases/tag/1.0

Direct link to the zip: https://github.com/nitrocan/sctr/files/ ... tr_1.0.zip

Our github account is open to public and everything is open source. Thanks!