/PuzzleGenerator

Simple program for generating chess tactics puzzles from PGN files

Primary LanguageJuliaGNU Affero General Public License v3.0AGPL-3.0

PuzzleGenerator

Simple utility for generating tactical chess puzzle positions from PGN files. The puzzle positions are saved as FEN strings, one FEN per line, to a plain text file.

Usage:

julia findpuzzles.jl <pgnfilename> <outputfilename>