adrienave / BookTheRook

Chess game collection manager
0 stars 0 forks source link

Parse game file #12

Closed adrienave closed 4 months ago

adrienave commented 4 months ago

When clicking on a game from the tree view, its content should be parsed into a list of valid moves following PGN notation. Each move pair (white and black) should be displayed on a different line on the game view.

adrienave commented 4 months ago

Currently using chesslib to load game in Java from PGN file.

Limitations: