nguyenpham / ocgdb

Open Chess Game Database Standard (OCGDB)
MIT License
31 stars 8 forks source link

Request remove games with none standard starting positions. #23

Closed Jonathan003 closed 2 years ago

Jonathan003 commented 2 years ago

I would like an option to remove games with non standard start positions, like chess 960 (Fischer Random), or games that start from a position after the opening etc.

nguyenpham commented 2 years ago

Games of Chess960 are always discarded via Variant names.

With the new version (Beta 7) users can discard games with FEN

ocgdb -pgn big.png -db big.ocgdb.db3 -cpu 4 -o moves2;discardfen

Jonathan003 commented 2 years ago

Thanks!