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

Version

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)

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.