Me experimenting with making a sudoku solver to see if it makes me a better player
- Clone repository:
git clone git@github.com:zaristei/sudoku.git - Update Submodules:
git submodule update --init - Install dependencies
pip install -r requirements.txt - Go into solver and choose a puzzle difficulty, number of puzzles, and a set of strategies
python3 solver.py- Have fun!