Chess engine: Captain 1.0
Captain is a UCI compliant chess engine written in C++. It can work with any chess GUI that supports UCI, although it has only been tested with the [Banksia chess GUI]
Captain has recently been rewritten, so it may be buggy.
I have learned a lot from studying other chess engines and projects, including:
* [Stockfish](https://github.com/official-stockfish/Stockfish)
* [Arasan](https://github.com/jdart1/arasan-chess)
* [Nemorino](https://bitbucket.org/christian_g_nther/nemorino/src/master/)
* [Gigantua](https://github.com/Gigantua/Gigantua)
* [The chess programming wiki](https://www.chessprogramming.org/Main_Page)
* [Stockfish](https://github.com/official-stockfish/Stockfish)
* [Arasan](https://github.com/jdart1/arasan-chess)
* [Nemorino](https://bitbucket.org/christian_g_nther/nemorino/src/master/)
* [Gigantua](https://github.com/Gigantua/Gigantua)
* [The chess programming wiki](https://www.chessprogramming.org/Main_Page)
Comments
Post a Comment