Hacker News new | ask | show | jobs
by kristopolous 4397 days ago
note that it's just a chess "engine" and doesn't come with a human-usable front-end.

But it's not hard to get the thing to use xboard in linux.

This is what i use to invoke it: xboard -fUCI -fcp stockfish -sUCI -scp stockfish&

it's very challenging - and in my experience, will unfortunately peg a core unless you explicitly pause the front end (the "P" button in between the two arrows in the upper right)

1 comments

what do you mean? just click play a game

http://en.lichess.org/

Yes that way also works!

But the xboard way allows me to modify the engine, get debug output, try various different weights for pieces, put two engines against each other to see how specific features affect game play...

It helps me demystify such sophisticated software.

heh, did you ever upload a match between two engines to the site and let the online engine analyze it?
Very interesting idea!