zurichess - new chess engine

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

Moderators: hgm, Rebel, chrisw

Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: zurichess - new chess engine

Post by Adam Hair »

Dave Cheney wrote some scripts for cross compiling Go binaries:
http://dave.cheney.net/2013/07/09/an-in ... ith-go-1-1

I would give it a try, but many testers prefer an official compile from the engine author.

People using Windows will still have to install Go on their computers, but that should not be more difficult than installing Python, Ruby, or the .Net Framework packages: https://golang.org/doc/install

Mr. Ruxy can probably give Windows users some tips on how to run a Go engine in Windows.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: zurichess - new chess engine

Post by cdani »

Hi!
I made a windows 64 compile. I was able to make it play a game on Arena.

http://www.andscacs.com/zurichess/zurichess.rar
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: zurichess - new chess engine

Post by cdani »

I added a 32 bits compile to the same file.
spambanane
Posts: 22
Joined: Sun Jun 17, 2012 9:45 am

Re: zurichess - new chess engine

Post by spambanane »

one suggestions: make you project go gettable, which is common practice in go. see https://golang.org/doc/code.html, you will find anything you need to know in this document. you still can keep you release script.

things i noticed: you need to reorganize you code tree (no src directory inside the project). use absolute import paths, not relative, so change

Code: Select all

import "zurichess/engine" 
to

Code: Select all

import "bitbucket.org/brtzsnr/zurichess/engine"
keep up the good work, nice to see more engines written in go.
brtzsnr
Posts: 433
Joined: Fri Jan 16, 2015 4:02 pm

Re: zurichess - new chess engine

Post by brtzsnr »

I uploaded linux and windows binaries here: https://bitbucket.org/brtzsnr/zurichess/downloads
User avatar
Sylwy
Posts: 4466
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: And a new Romanian chess engine !

Post by Sylwy »

cdani wrote:I added a 32 bits compile to the same file.
Hi !

I have seen yesterday Mr. Alexandru to be the newest member here and I was sure that a new chess engine will be released soon ! THANK YOU !

Salut Alexandru !
Daca esti interesat aici poti vedea cateva engine romanesti:

http://www.chessmosaic.com/Romania1.html

Mai sunt cateva (slabe) plus engine interesante ale unor romani de pe mapamond (Barbarossa scrisa in Haskell de Niculae Ionita/Austria; Plisk-Vlad Stamate/SUA; plus ceva engine native -GUI & engine- FriendlyChess/Viorel Darie/Iasi; SparkChess-Armand Niculescu/Sibiu.......).
Prima si cea mai tare (pana acum :lol: ) a fost Freyr a lui Andrei Fortuna /Iasi !
Felicitari !
Saptamana viitoare o testez (vezi sectiunea specializata din forum) !

O zi buna !

THANK YOU, Daniel - for binaries !

SilvianR :wink:
User avatar
Sylwy
Posts: 4466
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: Mr.Ruxy versus Zurichess

Post by Sylwy »

Like observations:

-the engine supports GUI books;
-no PV;
-doesn't support some TCs ( for example Xsec./move);
-seems strong enough.

All in all a nice 3-rd workable chess engine written in Go (Donna; GopherCheck; Zurichess) !

SilvianR :wink:

Image
brtzsnr
Posts: 433
Joined: Fri Jan 16, 2015 4:02 pm

Re: Mr.Ruxy versus Zurichess

Post by brtzsnr »

Sylwy wrote:Like observations:

-the engine supports GUI books;
-no PV;
-doesn't support some TCs ( for example Xsec./move);
-seems strong enough.

All in all a nice 3-rd workable chess engine written in Go (Donna; GopherCheck; Zurichess) !

SilvianR :wink:
For pv you need to execute:
setoption name UCI_AnalyzeMode value true

For TCs what is the UCI line that did not work?

Also don't use that logo because it belongs to a Swiss insurance company. The name is Zuri Chess (from Zuri Deutsch, local German dialect).

Thanks for testing and I'm glad there are more Romanian chess engines out there.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Mr.Ruxy versus Zurichess

Post by cdani »

brtzsnr wrote: For pv you need to execute:
setoption name UCI_AnalyzeMode value true
Hi!
The default expected by most people is that pv is active.
User avatar
Sylwy
Posts: 4466
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: My (Sunday) gift for Zurichess

Post by Sylwy »

Hey Alexandru !

Here's my (copyrighted) logo for your nice chess engine ! You can use it only the next 1.000 years ! Then, will must read the news in cosmology ! :lol:

Image

Cheers,
SilvianR :wink: