Package: sudoku 2.8

David Brahm
sudoku: Sudoku Puzzle Generator and Solver
Generates, plays, and solves Sudoku puzzles. The GUI playSudoku() needs package "tkrplot" if you are not on Windows.
Authors:
sudoku_2.8.tar.gz
sudoku_2.8.tar.gz(r-4.7-any)sudoku_2.8.tar.gz(r-4.6-any)
sudoku_2.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sudoku/json (API)
| # Install 'sudoku' in R: |
| install.packages('sudoku', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:9e4b8e307a. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 97 | ||
| source / vignettes | OK | 137 | ||
| linux-release-x86_64 | OK | 96 | ||
| wasm-release | OK | 84 |
Exports:fetchSudokuUKgenerateSudokuhintSudokuplaySudokuprintSudokureadSudokusolveSudokuwriteSudoku
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fetch the daily sudoku puzzle from https://www.sudoku.org.uk/ | fetchSudokuUK |
| Randomly Generate a Sudoku Puzzle Grid | generateSudoku |
| Give a Hint for a Sudoku Cell | hintSudoku |
| Interactively play a game of Sudoku | playSudoku |
| Print a Sudoku Grid to the Terminal. | printSudoku |
| Read a File Containing a Sudoku Grid | readSudoku |
| Solve a Sudoku Puzzle | solveSudoku |
| Write a Sudoku Grid to a File | writeSudoku |