ker2x / fortiche

a UCI-compliant chess engine, in FORTRAN.
MIT License
1 stars 0 forks source link

nothing happens : valid UCI ? #1

Open tissatussa opened 6 months ago

tissatussa commented 6 months ago

i succesfully compiled your source on Xubuntu 22.04 and i seem to have a valid binary but it doesn't run :

$ ./fortiche-compiled-HP 
uci
id name fortiche 1 
id author ker2x
uciok
ucinewgame
isready
readyok
position startpos
go infinite

..and nothing happens, no output.

ker2x commented 5 months ago

yeah i never finished it because it have trouble with asynchronicity in fortran. Sorry :(

tissatussa commented 5 months ago

to me Fortran is an old language .. i don't know anything about it. why did you decide to use Fortran ? maybe you can ask other developers to solve these problems ?