jose01carrillo30 / Pegasus

Hobbyist chess engine built from the ground up in C++. Follows the Universal Chess Interface (UCI).
1 stars 1 forks source link

PGN parser #4

Open jose01carrillo30 opened 4 years ago

jose01carrillo30 commented 4 years ago

This is a helpful, but not necessary utility for us. PGN is a common format to store chess matches. There are very large, open databases available online that contain the PGNs of competitive chess games. If we are planning on using machine learning at any point of this project, then we need to be able to parse these PGNs so our program can train off of these existing games.