Cracker Barrel Game Solver

The Game

Generates all possible outcomes of the peg game recursively, with progress printed. Writes the "wins" (outcomes with one peg left) to a file, and prints how many losses were found. Wins are in form (y,x) -> (y,x), one per line.