MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / sudoku.py

File sudoku.py

src/gamesbyexample/sudoku.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Sudoku Puzzle, by Al Sweigart al@inventwithpython.com
2The classic 9x9 number placement puzzle.
3More info at https://en.wikipedia.org/wiki/Sudoku
4This code is available at https://nostarch.com/big-book-small-python-programming

Callers

nothing calls this directly

Calls 6

SudokuGridClass · 0.85
isSolvedMethod · 0.80
resetGridMethod · 0.80
makeMoveMethod · 0.80
displayMethod · 0.45
undoMethod · 0.45

Tested by

no test coverage detected