Terry Hearst

Results 7 comments of Terry Hearst

Hi @tissatussa, I was able to get some more UCI functionality implemented in #18 and got Andoma running in Cute Chess (and others). Give it a shot: there might still...

I was curious and tried to take a stab at this, at least for the shogi pawn drop mates. First of all, I was trying to find if there was...

All fair points! * I was assuming that websites like pychess might like to have the functionality - I was hoping to add it to my ffish-test website (after adding...

For software that supports it, I know that python-chess does: https://python-chess.readthedocs.io/en/latest/core.html#chess.Termination.SEVENTYFIVE_MOVES https://python-chess.readthedocs.io/en/latest/_modules/chess.html#Board.outcome (under "automatic draws") Additionally, Lichess (via scalachess) supports fivefold repetition (but not 75-move rule, 50-move auto draws): https://github.com/ornicar/scalachess/search?q=fivefold...

Hello :) I just tested the above pull request (#87064) and it resolves the issue on my project. Here's a before and after comparison, which sounds correct to me: https://github.com/kdreese/gmtk-2022/issues/72#issuecomment-2076109920...

Yep, that seems to do the trick! So now I've got a few questions: Can this be fixed with new sync enabled? Or does new sync internally work a way...

Awesome, thanks for looking into it. I'm doing some experimentation with the code as well, maybe I can come up with something.