-
I actively ask you to develop Korean chess engine rules.
Korean chess is very popular in Korea. And it is not yet known worldwide. Only Fairy Stockfish can use the Korean chess engine. If you develop…
-
japanese chess(Shogi) https://github.com/kobanium/aobazero
chinese chess(Xiangqi) https://github.com/leedavid/leela-chess-to-Chinese-Chess
If you could supports korean chess(janggi), could you ple…
KDKOA updated
4 years ago
-
First, thank for your cross platform interface. I implement a chinese chess engine without graph interface. This interface is nice so I don't need to implement another graph interface which support UC…
-
Can you support Korean Chess engine?
-
It would be nice if it could be improved to load the endgame library file. Thank you for letting everyone use the engine. Thank you
-
If I want to use katago to analyze chess on my website, how do I call the interface
-
Open questions:
* Can polyglot format be used? Probably not due to the move encoding specific to board size and rules.
* Are there any other book formats that are suitable for multi-variant support?…
-
Now that LCZero is training and gaining elo quite rapidly, I'd like to promote it in several forums but I was thinking we need something catchy to attract users so they can not only help, but also fol…
-
-
There are several architecture points that we can potentially address:
1. All the chess related codes are lying in frontend, while it's not exactly a frontend feature. The logic of board, chess and…