Chess engine: Captain 2.0
Captain is a UCI compliant chess engine written in C++. 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)
v.2.0:
Bug fixes, evaluation tuning, time management improvement
Comments
Post a Comment