jackfirth / chess

A Racket package for playing chess
https://pkgs.racket-lang.org/package/chess
Apache License 2.0
5 stars 1 forks source link

Thanks! #1

Open srfoster opened 4 years ago

srfoster commented 4 years ago

I released a package yesterday called rchess, only to find this one a few hours later. I went back and rewrote parts of mine to depend on yours.

For one thing, thanks for making this! It's awesome.

Secondly, if you want me to change the name of mine, let me know. I had originally planned it to be more general, but I don't need it to be so general anymore, since chess already is.

For future reference, here's mine: https://github.com/srfoster/rchess

jackfirth commented 4 years ago

I'm glad this was useful to you! I have no qualms at all with you naming your package rchess, chess is a plenty big enough subject for multiple packages.

If you have ideas for features or improvements to this package, you're welcome to open issues and send pull requests. And I see you worked on some FEN parsing in rchess, which is great because I was not looking forward to dealing with all of the different chess game notations.