Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
The classic 9x9 number placement puzzle.
3
More info at https://en.wikipedia.org/wiki/Sudoku
4
This code is available at https://nostarch.com/big-book-small-python-programming
Callers
nothing calls this directly
Calls
6
SudokuGrid
Class · 0.85
isSolved
Method · 0.80
resetGrid
Method · 0.80
makeMove
Method · 0.80
display
Method · 0.45
undo
Method · 0.45
Tested by
no test coverage detected