Chess utility library written in C.
Go to file
2024-11-15 18:17:47 -06:00
include Initial commit 2024-11-15 18:17:47 -06:00
src Initial commit 2024-11-15 18:17:47 -06:00
tests Initial commit 2024-11-15 18:17:47 -06:00
LICENSE Initial commit 2024-11-15 18:17:47 -06:00
Makefile Initial commit 2024-11-15 18:17:47 -06:00
README.md Initial commit 2024-11-15 18:17:47 -06:00

Tacklebox

Description

Chess utility library written in C. Meant to interface with PGN-Extract and Stockfish

Table of Contents

Features / TODOS

  • Position Visualization
  • Bitboard Representation
  • Zobrist Hashing
  • Stockfish Integration
  • PGN-Extract Integration
  • Database and Compression

Usage

Just copy and paste into your projects.

Credits / Resources

PGN-Extract
Stockfish
Bitboard Chess - Github
Bitboard Chess - Youtube

License

This project is licensed under GPLv3 - see the LICENSE file for details.