Mk-Chan / libchess

A header-only C++17 chess library
MIT License
14 stars 2 forks source link

What about documentation? #22

Open 9acca9 opened 2 years ago

9acca9 commented 2 years ago

Hi. Sorry to ask this but, there is a place for documentation of your work? Im a newbie to code and the documentation is gold for me. Did you know for programs that use your library to play in the terminal? (i will search github, but maybe you already know) An example of simple working code help me a lot. I make a physical chess board in python (with python-chess module) and want to "replicate" this in c++. But, as i say, im a "newbie". Thanks for all your work.

Mk-Chan commented 2 years ago

Hey, I don't have the time for documentation nowadays but I did make an example for usage: https://github.com/Mk-Chan/LibchessEngine