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

Actually implement chess patches #2

Open jackfirth opened 4 years ago

jackfirth commented 4 years ago

The chess-patch-apply function isn't implemented yet, even though the docs claim it is. Either it should be implemented or, if the implementation won't happen for a long time, the docs should be updated to mention that it's not yet implemented.

srfoster commented 4 years ago

Ah. I just found this out the hard way. :) I came here to open an issue and found this one.

jackfirth commented 4 years ago

Yeah, my vacation ended before I got around to finishing this. I solemnly swear that chess patches are the only thing that looks like it's implemented but actually isn't.

srfoster commented 4 years ago

Lol. I believe you. I've been having fun with the rest. I almost have a PGN parser implemented on top of all the non-patch stuff.

trhopkins commented 2 years ago

Has chess-patch-apply been implemented? I came here from the Racket docs to mention that the arguments patch and board out of order, and should say board patch. I apologize for improper usage, I am new to the GitHub ecosystem.

jackfirth commented 2 years ago

I haven't touched this at all. I likely won't, it was just a fun side project.