Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 562 Bytes

Moinsen

A C++20 UCI chess engine

Build instructions

git clone --recurse-submodules https://github.com/dave7895/Moinsen
mkdir Moinsen/libchess/build && cd Moinsen/libchess/build
cmake .. && cmake --build .
mkdir ../../build && cd ../../build
cmake .. && cmake --build .

Dependencies

  • doctest - The fastest feature-rich C++11/14/17/20 single-header testing framework
  • libchess - "A C++17 library that should provide legal move generation and be fairly performant."