SkillAgentSearch skills...

Chessgen

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

Install / Use

/learn @markhc/Chessgen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated11mo ago
Forks0

Languages

C++

Security Score

77/100

Audited on Apr 13, 2025

No findings