Anshroid / Prizmchess

Chess for the Prizm fx-CG50 graphical calculator
https://anshroid.github.io/projects/prizmchess/
1 stars 1 forks source link

PGN Transcription/Reading #6

Open Anshroid opened 1 year ago

Anshroid commented 1 year ago

Transcribe the current game to a PGN format. Could use the lazy or proper format (likely the latter)

Harik-Sodhi commented 1 year ago

https://ia802908.us.archive.org/26/items/pgn-standard-1994-03-12/PGN_standard_1994-03-12.txt This is VERY detailed and looks good Also, txt so won't be blocked if we open in code club (email ourselves etc.)

Anshroid commented 1 year ago

Yep.

Anshroid commented 1 year ago

This bit should just need a method/header function to implement, so it should be easy.