bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
223 stars 78 forks source link

jar with dependencies #107

Closed 6227020800 closed 1 year ago

chabala commented 1 year ago
  1. This is a library
  2. It only has one runtime dependency

The end user can make a fatjar with their own program if they need to, it makes zero sense for a library to do so.

bhlangonijr commented 1 year ago

Thank you for the interest but at this point this is a very simple library. Ideally building schemes should be done in the application level.