Mk-Chan / libchess

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

Documentation #4

Open Mk-Chan opened 5 years ago

Mk-Chan commented 5 years ago

Need to standardize and make a habit out of documenting the library. Currently it's too difficult to even look through the headers to find functions. A library without docs is fairly useless. This is a bug.

Mk-Chan commented 5 years ago

Perhaps a better idea is to include quick-starts or ways to do common things such as using the Tuner to tune any given engine.