-
I can do this. Particularly since crazyhouse has already been implemented. I know Thibaudt says he won't do bughouse, so don't ask him for it. But how about I write the code?
I wanna be sure my pull …
-
hello I use this engine with a lichess bot and it plays well but in antichess it always saying engine terminated error please fix this
this is heroku log
`` 2022-02-13T02:30:44.776934+00:00 app[work…
-
Hi.
It seems the `holding` command to set the pieces in hand for e.g. bughouse is not in the UCI protocol.
Am I missing another way of doing that?
Thanks.
-
Hi.
I was wondering if you could change the score for a mate in the bughouse variant, depending on whether it is a forced mate (reached only with contact checks) vs a "maybe" mate (that is, a mate th…
-
* [x] Prepare test environment: https://github.com/ianfab/fairyfishtest
* Improve clock handling
* [x] general faster play
* [x] automatic fast play when partner is dead
* Implement handling o…
-
Given that all Stockfish evaluations depend on game phase, it seems appropriate to define what game phase means in crazyhouse (so upstream changes are less likely to cause regression issues).
In no…
-
A `Game` object is able to accept a drop move (e.g. `game.end().add_variation(chess.Move.from_uci('Q@f3'))`) and this can be saved in the PGN. However, the PGN parser is unable to read this move when …
-
Hi.
I made an analysis:
```
xboard
variant bughouse
setboard r1bq2nQ~/ppp1kpR1/3ppnp1/8/4P1n1/4B1P1/P1P3P1/1N1QKB1R[NQnrq] w - - 3 36
analyze
1 251 0 392 1 78400 0 Q@a3 g4e3
2 853 0 645 2 921…
-
hi, i'm new here. can you make efforts and update your engine to be able to play musketeer chess and other variants (bughouse, orda chess).
mr ianfab is doing a great job with his fairy-stockfish and…
-
I recently published an article describing how a Subject Matter Expert Turing Test could be devised around the 4 player game “Bughouse”. In order for the AI to pass the test there probably wouldn’t ne…