https://github.com/tiaansu/sudoku-game
Simple Sudoku Puzzle made using C++
https://github.com/tiaansu/sudoku-game
Last synced: 3 months ago
JSON representation
Simple Sudoku Puzzle made using C++
- Host: GitHub
- URL: https://github.com/tiaansu/sudoku-game
- Owner: Tiaansu
- Created: 2022-11-14T07:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T06:42:14.000Z (over 2 years ago)
- Last Synced: 2025-01-06T06:43:40.057Z (5 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Sudoku Puzzle made using C++
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic Sudoku, the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid contain all of the digits from 1 to 9. [Wikipedia]> To download the code click [here](https://github.com/Tiaansu/sudoku-game/releases/download/0.0.1/main.cpp).
> To check the tutorial click [here](https://github.com/Tiaansu/sudoku-game/wiki)[Wikipedia]: https://en.wikipedia.org/wiki/Sudoku