Python module for playing and solving the cracker barrel puzzle both manually and automatically.
To enter manual mode (for playing the game yourself!) simply run python crackerbarrel.py in a terminal.
Optionally, you can inclue the following flags:
--solve, -s: Takes optional positional argument n which is 1 by default. Finds nth solution.
--all, -a: Finds and counts all 1-peg solutions. May take a little while to run.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thank you to argparse
- Thank you to cracker barrel
- Big thank you to gray for tricking out my readme