https://github.com/h-a-y-k/chessplusplus
A minimal chess library in C++
https://github.com/h-a-y-k/chessplusplus
chess cpp
Last synced: 9 months ago
JSON representation
A minimal chess library in C++
- Host: GitHub
- URL: https://github.com/h-a-y-k/chessplusplus
- Owner: H-a-y-k
- Created: 2021-08-21T18:23:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T21:53:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T05:56:57.508Z (over 1 year ago)
- Topics: chess, cpp
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chessplusplus
chessplusplus is a C++ library for core chess algorithms, which is still under development. It will provide move generation, move validation, and support for common formats.