Skip to content

A Chess move generator and validator written in C++17

License

Notifications You must be signed in to change notification settings

markhc/chessgen

Repository files navigation

chessgen

A chess move generator and validator written in modern C++

This is still an early version, so bugs might (and probably do) exist. Please fill an issue if you find any.

Build Status

OS Windows Linux
Master Build status Build Status

Installation

Install

git clone https://github.com/MarkHC/chessgen.git
cd chessgen
mkdir build && cd build
cmake .. 
make install

Build tests

git clone --recursive https://github.com/MarkHC/chessgen.git
cd chessgen
mkdir build && cd build
cmake -DCHESSGEN_TEST=ON ..
make

About

A Chess move generator and validator written in C++17

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published