Hi everyone,
I want to make some statistical analyses using the final position of several games. For this purpose, I need to know what pieces were left in the final position and in which square they were.
Due to the huge ammount of games, I need an automatic process or something similar.
Does anyone have an idea on how to do this?
All sugestions are welcome.
You might be able to use the Developer API to pull that down easily.
https://www.chess.com/developers
When you click the share option on a game one of the Options is the FEN, which is exactly where each piece is on the board so you could create a process to parse the FEN to gather that data.
Hi everyone,
I want to make some statistical analyses using the final position of several games. For this purpose, I need to know what pieces were left in the final position and in which square they were.
Due to the huge ammount of games, I need an automatic process or something similar.
Does anyone have an idea on how to do this?
All sugestions are welcome.