Just last year, if someone had told me I'd be able to code up my own game from scratch in a matter of weeks, I never would have believed them. Coming from a business background with zero coding ...
SudokuEnterGenerator.py creates a drawn Sudoku board in an excel file named SudokuExcel.xlsx SudokuBruteForceTraceback.py takes the SudokuExcel.xlsx file and starts BruteForce solving the puzzle: ...
数独パズルを画像から読み取り、自動的に解くツールです。 sudoku_reader.py — 数独の画像を読み取り、各セルの数字を OCR で認識する(Python) sudoku-ruby.rb — 数独のパズルを論理的推論で解く。