Learn R Programming

⚠️There's a newer version (2.8) of this package.Take me there.

sudoku (version 2.6)

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

263

Version

2.6

License

GPL

Maintainer

David Brahm

Last Published

July 1st, 2014

Functions in sudoku (2.6)

fetchSudokuUK

Fetch the daily sudoku puzzle from http://www.sudoku.org.uk/
generateSudoku

Randomly Generate a Sudoku Puzzle Grid
hintSudoku

Give a Hint for a Sudoku Cell
writeSudoku

Write a Sudoku Grid to a File
playSudoku

Interactively play a game of Sudoku
readSudoku

Read a File Containing a Sudoku Grid
printSudoku

Print a Sudoku Grid to the Terminal.
solveSudoku

Solve a Sudoku Puzzle