adidvar / Chess-app

My pet chess engine
Other
0 stars 0 forks source link

how to play & UCI ? #3

Open tissatussa opened 2 months ago

tissatussa commented 2 months ago

again i tried to compiled your newest source and i succeeded, but i had to correct 2 things : both boardwidget.h and boarddesign.h exist but they're referenced by a name which contains Capital letters so Linux gives an error .. after changing that in a few files, compiling went well.

i found the uci binary in /uci and it seems to run, but it plays no game. i tried various versions of the go command but none of them work :

$ ./uci 
uci
id name Chess5
id author adidvar@gmail.com
uciok
ucinewgame
position startpos
go (OTHERS FAIL TOO : 'go infinite' or 'go depth 6' or 'go wtime 182000 btime 182000')
[..nothing happens..]

when i look into your code, it seems the go command is not fully implemented ?

about the chessai / graphical version : how to execute ?