How to get a chess board from a final position from read_game?

后端 未结 0 1235
南旧
南旧 2021-01-17 17:31

Here we successfully parse a PGN game:

import chess, chess.svg, chess.pgn, io
game = chess.pgn.read_game(io.StringIO("1. e4 e5 2. Nf3 *"))
print(gam         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题