ladybird/Libraries/LibChess
AnicJov f631e73519 Chess: Added abilty to import PGN files
This patch allows the user to load games using PGN files. The parsing
is not complete and has a bunch of work left to be done, but it's
okay for our use case here. It can load all of the games our PGN
exporter can save. As the Chess program impoves so can the PGN parser.
2020-12-10 20:40:51 +01:00
..
Chess.cpp Chess: Added abilty to import PGN files 2020-12-10 20:40:51 +01:00
Chess.h Chess: Added abilty to import PGN files 2020-12-10 20:40:51 +01:00
CMakeLists.txt LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCICommand.cpp LibChess: Use new format functions. 2020-10-17 23:20:31 +02:00
UCICommand.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCIEndpoint.cpp LibChess: Use new format functions. 2020-10-17 23:20:31 +02:00
UCIEndpoint.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00