tacklebox/README.md

33 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-11-16 00:17:47 +00:00
# Tacklebox
## Description
Chess utility library written in C. Meant to interface with [PGN-Extract](https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/help.html) and [Stockfish](https://github.com/official-stockfish/Stockfish)
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
- [x] Position Visualization
- [x] Bitboard Representation
- [x] Zobrist Hashing
- [ ] Stockfish Integration
- [ ] PGN-Extract Integration
- [ ] Database and Compression
## Usage
Just copy and paste into your projects.
## Credits / Resources
[PGN-Extract](https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/help.html)<br>
[Stockfish](https://github.com/official-stockfish/Stockfish)<br>
[Bitboard Chess - Github](https://github.com/maksimKorzh/bbc)<br>
[Bitboard Chess - Youtube](https://www.youtube.com/watch?v=QUNP-UjujBM&list=PLmN0neTso3Jxh8ZIylk74JpwfiWNI76Cs)
## License
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.