Live Game Notice

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Live Game Notice

Post by brinan »

7pm, Wednesday 14th July, 2010 (UTC+1/GMT+1/British Summer Time).

Igorrit 0086v7 v Stockfish 1.8

I've written code to read the Arena engines' log as it is being updated. The code intermittently uploads extracted moves to be prepared for display by, a tweaked, iChess.de (v0.99), copyright Felix Fuernhammer.

This notice is a statement of intention, and if things go wrong, sorry in advance.

Only Firefox has been used in testing. Feedback from other browser users would be particularly welcome.

You might be aware of my current thread 90-minute Engine Matches.

Thanks for your interest.
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Re: Live Game Notice

Post by brinan »

For those watching, evaluations are incorrect.

Moves okay though (so far).
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Re: Live Game Notice

Post by brinan »

It gets worse!

Stockfish is Black (and puts itself .64 ahead after its 13th move).

The live display will continue in spite of all the misinformation.
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Re: Live Game Notice

Post by beachknight »

Just had a quick look at your site, Brian.

Wonderful presentation.

Stockfish 1.8's handling of the French is very instructive.

Best,
hi, merhaba, hallo HT
brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Re: Live Game Notice

Post by brinan »

Harun

Have to say, when Stockfish handled the French as Black in game two, it seemed to lose its way after 15. .. c4.

Regards
Brian
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Live Game Notice

Post by brinan »

2.30pm, Tuesday 27th July, 2010 (UTC+1/GMT+1/British Summer Time).

Igorrit 0086v7 v Stockfish 1.8

Stockfish needs to win both remaining games in order to take over Igorrit's rank.

Recoded the processing of Arena's debug file. Seems to be working.

I can but hope.
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
User avatar
hgm
Posts: 27788
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Live Game Notice

Post by hgm »

Note that WinBoard supports a similar functionality, which I am currently using to broadcast the games of one of my tourneys here.
brinan
Posts: 87
Joined: Fri Apr 23, 2010 5:34 pm
Location: London
Full name: bri nan

Re: Live Game Notice

Post by brinan »

hgm wrote:Note that WinBoard supports a similar functionality, which I am currently using to broadcast the games of one of my tourneys here.
Not clear what you mean by similar functionality. Arena GUI is not, itself, allowing me to broadcast live. I had to write code to read its debug file, gather move data, then upload to website.

Regards.
Click on www button for all event details and games.
News can be received automatically by subscribing to my RSS feed (click on icon near top).
alpha123
Posts: 660
Joined: Sat Dec 05, 2009 5:13 am
Location: Colorado, USA

Re: Live Game Notice

Post by alpha123 »

brinan wrote:
hgm wrote:Note that WinBoard supports a similar functionality, which I am currently using to broadcast the games of one of my tourneys here.
Not clear what you mean by similar functionality. Arena GUI is not, itself, allowing me to broadcast live. I had to write code to read its debug file, gather move data, then upload to website.

Regards.
I think He means similar functionality to what Arena + your script/program does.

Peter
User avatar
hgm
Posts: 27788
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Live Game Notice

Post by hgm »

Indeed. WinBoard can be configured to write moves and key data (depth, score, time) in a very compact form on a file, updated every move. So that the viewer browser scripts can download it periodically.

So you still need an external viewer, bit you don't need special server software to extract moves from a log file. WinBoard does that for you.