Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



StockDroy - Strong Neural Network Chess Engine (only src)

 

StockDroy, the mark of strength and efficiency, emerges as a proficient chess engine reengineered in C++ from its popular and mighty C# predecessor, StockNemo. Striving to ascend the peaks of excellence, StockDory serves as a testament to the spirit of continuous improvement, eliminating bugs and performance issues that blemished its otherwise remarkable predecessor.

Download the latest release and try it out for yourself! For maximum performance, compile the engine specifically for your hardware using the instructions below.

πŸ› ️ Compiling

StockDory is written in C++ and uses CMake as its build system.

Requirements:

🏭 CMake >= 3.15

πŸ‰ Clang (LLVM) >= 16.0.0

πŸ₯· Ninja >= 1.10.2

Steps:

πŸ’Ύ Clone the repository

git clone https://github.com/TheBlackPlague/StockDory.git

πŸ”¦ Setup Build Process

cd StockDory

cmake -B Build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G Ninja

πŸͺ› Compile

cmake --build Build --config Release

πŸƒ‍♂️ Run

./Build/StockDory

Github: https://github.com/TheBlackPlague/StockDory


Comments