Simple chess engine with the ability to compile for WASM
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
Compilling project as WASM is available only using linux