Rdocumentation
powered by
Learn R Programming
sudoku (version 2.8)
Sudoku Puzzle Generator and Solver
Description
Generates, plays, and solves Sudoku puzzles. The GUI playSudoku() needs package "tkrplot" if you are not on Windows.
Copy Link
Link to current version
Version
Version
2.8
2.6
2.5
2.4
2.2
2.1
2.0
1.2
Install
install.packages('sudoku')
Monthly Downloads
327
Version
2.8
License
GPL
Maintainer
David Brahm
Last Published
April 19th, 2022
Functions in sudoku (2.8)
Search all functions
writeSudoku
Write a Sudoku Grid to a File
solveSudoku
Solve a Sudoku Puzzle
readSudoku
Read a File Containing a Sudoku Grid
fetchSudokuUK
Fetch the daily sudoku puzzle from https://www.sudoku.org.uk/
playSudoku
Interactively play a game of Sudoku
hintSudoku
Give a Hint for a Sudoku Cell
generateSudoku
Randomly Generate a Sudoku Puzzle Grid
printSudoku
Print a Sudoku Grid to the Terminal.