asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
101 stars 22 forks source link

jfxchess server #143

Closed ghost closed 3 months ago

asdfjkl commented 3 months ago

to be honest, I am not sure what you are trying to say?!

asdfjkl commented 3 months ago

Sure, but JFXChess supports reading and writing PGN files since approx 10 years?! (https://github.com/asdfjkl/jfxchess/blob/master/src/main/java/org/asdfjkl/jfxchess/lib/PgnReader.java ) In fact, I wrote about fast pgn parsing ( https://buildingjerry.wordpress.com/2020/02/29/towards-fast-pgn-parsing/ ) about 4 years ago...

asdfjkl commented 3 months ago

JFXChess is intended as a client-side (local) application, similiar to e.g. Acrobat Reader. PGN files are expected to be stored as PGN files in the file-system of the client (as an example like PDF files). There is no server to store PGN files, and I do not plan to host one.