Skip to content

Releases: Profrog/PgnToGif_chessx2

draft for 2.0.2 version

19 May 13:51
4515fc8
Compare
Choose a tag to compare

it is quite stable version for using parser pgn

Basic Function for chess pgn paser of chessx2

28 Apr 17:45
Compare
Choose a tag to compare
  • read &parse pgn file as string(format of site {chess.com, lichess.org} -> parserInit
  • check and all piece position follows board table int[8][8] -> cur_chess_table
  • memory all change of board list<int[8][8]> -> check_table_mem
  • reflect new piece movement in current board table-> nxtMoveAlgorithm
  • reflect past piece movement in current board table-> prvMoveAlgorithm
  • show current board table -> showTableValue
  • debug piece movement -> debug_piece