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
Post a Comment