Page 1 of 1

Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 5:53 pm
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

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 7:13 pm
by kranium

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 9:12 pm
by Graham Banks
Looks good Norm. :)
Any chance you could add clocks? (unless I've missed seeing them)

Graham.

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 9:33 pm
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

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 10:01 pm
by arunsoorya1309
Also is there a way to replay a finished game ...

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 11:00 pm
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...

Re: Computer chess tournament broadcast system

Posted: Mon Jun 26, 2017 11:03 pm
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.

Re: Computer chess tournament broadcast system

Posted: Tue Jun 27, 2017 1:05 am
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

Re: Computer chess tournament broadcast system

Posted: Fri Jun 30, 2017 2:24 pm
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.