Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 415 Bytes

File metadata and controls

10 lines (9 loc) · 415 Bytes

sudoku

Me experimenting with making a sudoku solver to see if it makes me a better player

How to use:

  1. Clone repository: git clone git@github.com:zaristei/sudoku.git
  2. Update Submodules: git submodule update --init
  3. Install dependencies pip install -r requirements.txt
  4. Go into solver and choose a puzzle difficulty, number of puzzles, and a set of strategies
  5. python3 solver.py
  6. Have fun!