CCWiki - two new engines etc.

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

Moderators: hgm, Rebel, chrisw

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

CCWiki - two new engines etc.

Post by Norbert Raimund Leisner »

Hello together

robocide UCI-compatible engine on https://github.com/DanielWhite94/robocide

Javalin WinBoard compatible engine on https://github.com/ambrooks1/javalin

Maybe binaries can be made for Windows and Unix systems.

The author of Small Potato has a new website too ~ https://github.com/alito/smallpotato

cf the other link http://alito.github.io/smallpotato/

Best wishes,

Norbert
Daniel White
Posts: 33
Joined: Wed Mar 07, 2012 4:15 pm
Location: England

Re: CCWiki - two new engines etc.

Post by Daniel White »

Hi Norbert,

Firstly thank you for your interest in robocide! The code isn't quite ready for a release yet (hence the lack of binaries) - there are a few odd things I'd like to change/fix before doing so. Having said that there is nothing strictly wrong with the most recent version and it should be more than stable enough. I will look into putting some executables on github over the next few days.

Daniel
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: CCWiki - two new engines etc.

Post by velmarin »

Daniel White wrote:Hi Norbert,

Firstly thank you for your interest in robocide! The code isn't quite ready for a release yet (hence the lack of binaries) - there are a few odd things I'd like to change/fix before doing so. Having said that there is nothing strictly wrong with the most recent version and it should be more than stable enough. I will look into putting some executables on github over the next few days.

Daniel
If you put something.
It seems a motor force.

I managed to compile in windows but breaks when I run ...

Where to compile right?
Thanks, Jose.
User avatar
Marek Soszynski
Posts: 582
Joined: Wed May 10, 2006 7:28 pm
Location: Birmingham, England

Re: CCWiki - two new engines etc.

Post by Marek Soszynski »

Robocide compiles and runs under Linux nicely enough, apparently.
Marek Soszynski
Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Re: CCWiki - two new engines etc.

Post by Norbert Raimund Leisner »

compiles for Linux / Macintosh / Windows etc. can be hosted with the permission of the author on ComputerChess Wikipedia (CCWiki) http://computer-chess.org/lib/exe/media ... wiki:lists - that´s surely no problem.

Don´t hesitate to contact me or Ron if you want such a publication.

Norbert
Daniel White
Posts: 33
Joined: Wed Mar 07, 2012 4:15 pm
Location: England

Re: CCWiki - two new engines etc.

Post by Daniel White »

Norbert Raimund Leisner wrote:compiles for Linux / Macintosh / Windows etc. can be hosted with the permission of the author on ComputerChess Wikipedia (CCWiki) http://computer-chess.org/lib/exe/media ... wiki:lists - that´s surely no problem.

Don´t hesitate to contact me or Ron if you want such a publication.

Norbert
I had not yet had time to look into Windows/Mac compiles myself but I have no problem at all with people hosting binaries (with either the source, or a pointer to it, as per the GPL).

Daniel
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: CCWiki - two new engines etc.

Post by velmarin »

In Linux Robocide compiles fine, how Marek said.

My experience with Linux is very little, and try if I am able to cross compile.
Looking forward to see how works the engine by Daniel White.

To compile on Windows with Intel Compiler, I had to add the "strtok_r" and "getline", relocate any statement, ect.
The problem comes with "GetTimeMS"
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: CCWiki - two new engines etc.

Post by tmokonen »

I had no problem compiling and running Robocide with Cygwin. I placed a binary here:

http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar

Tony
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: CCWiki - two new engines etc.

Post by velmarin »

tmokonen wrote:I had no problem compiling and running Robocide with Cygwin. I placed a binary here:

http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar

Tony
Thanks, work fine¡¡.
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: CCWiki - two new engines etc.

Post by tmokonen »

velmarin wrote:
tmokonen wrote:I had no problem compiling and running Robocide with Cygwin. I placed a binary here:

http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar

Tony
Thanks, work fine¡¡.
I uploaded a bugfix compile. There was a missing newline in the UCI options code (ucioption.c, line 220). All the UCI options should now work.

http://tmokonen.net84.net/RobocideFeb13 ... Bugfix.rar

Tony