Mauritz8 / Vividmind

A UCI-compatible chess engine written from scratch in C++
0 stars 0 forks source link

Vividmind

Vividmind is a work-in-progress chess engine written in C++. It adheres to the UCI protocol, making it compatible with various chess graphical user interfaces.

Features

Engine

Search

Evaluation

Build from scratch

Make sure you have CMake installed, and then run the following commands from the root directory of the project:

mkdir build 
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .