Computer chess tournament broadcast system

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

Computer chess tournament broadcast system

Post by kranium »

CCCC is a complete system for broadcasting chess engine games, matches, or tournaments live on the web.

You can see an example of it running here: http://www.chesslogik.com/cccc

I've uploaded everything to github:
https://github.com/FireFather/cccc

I've tried to include some basic documentation...but if that's not enough,
I'm willing to help and answer questions here (or via fireather@telenet.be).

Best Regards-
Norm
kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

Re: Computer chess tournament broadcast system

Post by kranium »

User avatar
Graham Banks
Posts: 41415
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Computer chess tournament broadcast system

Post by Graham Banks »

Looks good Norm. :)
Any chance you could add clocks? (unless I've missed seeing them)

Graham.
gbanksnz at gmail.com
arunsoorya1309
Posts: 214
Joined: Tue Nov 03, 2015 4:55 pm

Re: Computer chess tournament broadcast system

Post by arunsoorya1309 »

Excellent one ... ... yes clocks would be good as well as what the engine thinks is the best line, so that we can know how that works ... if you look at TLCV it shows the line which each engine expects so that we know if a different move is played it may result in eval difference
arunsoorya1309
Posts: 214
Joined: Tue Nov 03, 2015 4:55 pm

Re: Computer chess tournament broadcast system

Post by arunsoorya1309 »

Also is there a way to replay a finished game ...
kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

Re: Computer chess tournament broadcast system

Post by kranium »

Graham Banks wrote:Looks good Norm. :)
Any chance you could add clocks? (unless I've missed seeing them)

Graham.
Hi Graham,
Yes, this will be a challenge, but it would certainly be nice feature.
I'll see what I can do...
kranium
Posts: 2129
Joined: Thu May 29, 2008 10:43 am

Re: Computer chess tournament broadcast system

Post by kranium »

arunsoorya1309 wrote:Also is there a way to replay a finished game ...
Hi Arun-
yes, this has already been implemented...

click on replay (or got to bottom of page) and click on the game you want from the crosstable.
arunsoorya1309
Posts: 214
Joined: Tue Nov 03, 2015 4:55 pm

Re: Computer chess tournament broadcast system

Post by arunsoorya1309 »

thanks for replying ... yes that does show the game ... but i was hoping it would be like the current game in progress with evals etc being shown ... that way we can go thru the game with the evals for each engine
Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: Computer chess tournament broadcast system

Post by Ferdy »

kranium wrote:CCCC is a complete system for broadcasting chess engine games, matches, or tournaments live on the web.

You can see an example of it running here: http://www.chesslogik.com/cccc

I've uploaded everything to github:
https://github.com/FireFather/cccc

I've tried to include some basic documentation...but if that's not enough,
I'm willing to help and answer questions here (or via fireather@telenet.be).

Best Regards-
Norm
Pretty neat :)

I have tried developing one from Ed's WEBMATCH.

http://www.chess.x10host.com/pgn4web/live1.html

Not done yet, I will share it later.