Skip to content

Basic Function for chess pgn paser of chessx2

Latest
Compare
Choose a tag to compare
@Profrog Profrog released this 28 Apr 17:45
· 41 commits to mirror since this release
  • 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