https://github.com/tomaztk/sudoku_game_with_r
Sudoku game with R Language
https://github.com/tomaztk/sudoku_game_with_r
programming r r-programming rstats sudoku sudoku-solver
Last synced: 10 months ago
JSON representation
Sudoku game with R Language
- Host: GitHub
- URL: https://github.com/tomaztk/sudoku_game_with_r
- Owner: tomaztk
- Created: 2020-01-11T19:38:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T06:09:16.000Z (over 6 years ago)
- Last Synced: 2025-06-18T14:43:14.686Z (about 1 year ago)
- Topics: programming, r, r-programming, rstats, sudoku, sudoku-solver
- Language: R
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku game with R
Sudoku is a classical logical game based on combinatorial number replacement puzzle.
Objective is to to fill 9x9 matrix with digitcs so that each column, each row, and each box (3x3 subgrid) of nine contain all of the digits from 1 to 9.
## R code
R code consists of couple helper functions and matrix for the sudoku to be solved.

And with solution as a sudoku solver.

## Cloning the repository
You can follow the steps below to clone the repository.
```
git clone -n https://github.com/tomaztk/Sudoku_game_with_R.git
```
## Contributors and co-authors
Thanks to these wonderful community people making this classical game in R better. Contributions of any kind is highly appreciated!
## License
These samples and templates are all licensed under the MIT license.
## Questions
Email questions to: tomaztsql@gmail.com