Page 1 of 2

CCWiki - two new engines etc.

Posted: Fri Jan 31, 2014 7:44 am
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

Re: CCWiki - two new engines etc.

Posted: Fri Jan 31, 2014 9:29 am
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

Re: CCWiki - two new engines etc.

Posted: Fri Jan 31, 2014 9:40 am
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.

Re: CCWiki - two new engines etc.

Posted: Fri Feb 14, 2014 7:56 am
by Marek Soszynski
Robocide compiles and runs under Linux nicely enough, apparently.

Re: CCWiki - two new engines etc.

Posted: Fri Feb 14, 2014 10:00 am
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

Re: CCWiki - two new engines etc.

Posted: Sun Feb 16, 2014 11:05 am
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

Re: CCWiki - two new engines etc.

Posted: Sun Feb 16, 2014 11:49 am
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"

Re: CCWiki - two new engines etc.

Posted: Sun Feb 16, 2014 8:54 pm
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

Re: CCWiki - two new engines etc.

Posted: Sun Feb 16, 2014 9:01 pm
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¡¡.

Re: CCWiki - two new engines etc.

Posted: Mon Feb 17, 2014 5:16 am
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