parse Games
Parses a string containing one or more games in Portable Game Notation (PGN) format. Games are returned in Game.GameMode.ANALYSIS mode, making them mutable for subsequent use.
Return
A list of successfully parsed Game objects.
Since
1.0.0-beta.1
Author
lunalobos
Parameters
pgn Input
the complete string containing one or more PGN games.
id Supplier
a lambda that provides different IDs each time it is called
Throws
Parser. Parser Exception
for bad pgn input
for bad documented games