Skip to content

Merzlikin-Matvey/chess

Repository files navigation

Merzlikin-Matvey/chess

Simple chess engine with the ability to compile for WASM

Static Badge GitHub GitHub Repo stars

Installation (as DLL/SO)

Step 1. Clone repository

git clone https://github.com/Merzlikin-Matvey/chess

Step 2. Make build directory

mkdir build

Step 3. Go to the build directory

cd build

Step 4. Build project

cmake ..

make

Installation (as WASM module)

Compilling project as WASM is available only using linux