Page 1 of 1

New Winboard java engine : Luzhin

PostPosted: 22 Dec 2009, 09:28
by Olivier Deville

Re: New Winboard java engine : Luzhin

PostPosted: 22 Dec 2009, 11:15
by Jim Ablett
Olivier Deville wrote:http://code.google.com/p/luzhin/downloads/list

Found by Michael Diosi.

Olivier


Luzhin 0.1 JA (Excelsior Jet compile)
Download:
http://www.mediafire.com/?mjzndg0w0wq

Jim.

Re: New Winboard java engine : Luzhin

PostPosted: 22 Dec 2009, 15:30
by Olivier Deville
Thanks Jim !

Do you see any info about the author ? Name, country, etc...

Olivier

Re: New Winboard java engine : Luzhin

PostPosted: 22 Dec 2009, 17:40
by Olivier Deville
And now Michael found Chesster... by the same author, it seems !

http://sourceforge.net/projects/chesster/

Olivier

Re: New Winboard java engine : Luzhin

PostPosted: 24 Dec 2009, 07:14
by Olivier Deville
Now we need to know if Luzhin and Chesster are the same engine... :) All I can see is both jar files are about the same size. Any opinions ?

Olivier

Re: New Winboard java engine : Luzhin

PostPosted: 24 Dec 2009, 09:44
by Guenther Simon
Olivier Deville wrote:Now we need to know if Luzhin and Chesster are the same engine... :) All I can see is both jar files are about the same size. Any opinions ?

Olivier


Interesting, when I investigated this case yesterday for a new update of my chronology pages I also noticed
that the authors nick for both sites was the same 'lacungus', which seems to be Anton Emelyanov.
I also noticed a similar size for both java downloads, but I had no time yet to look closer at this.
May be he just abondoned one site/name and gave it a different name. I will wait until it is clear if
it is just one or two projects...

Merry Xmas,
Guenther

Re: New Winboard java engine : Luzhin

PostPosted: 24 Dec 2009, 22:07
by Jim Ablett
Comparing the two >

There a few extra files in 'chesster-winboard.jar'

ConsoleReadingStrategy.java
RandomStrategy.java
SimpleMoveValidator.java

The rest are pretty much identical with only strings changed (luzhin > chesster).

Jim.

Re: New Winboard java engine : Luzhin

PostPosted: 24 Dec 2009, 22:13
by Jim Ablett
Looking at the code I would guess Chesster came first and Luzhin afterwards.

In Luzhin:
Code: Select all
public static Luzhin getChesster() {
      return chesster;


In Chesster:
Code: Select all
public static Chesster getChesster() {
      return chesster;


Jim.