https://github.com/surajkareppagol/sudoku
🔢 Classic Sudoku Game Implemented In C.
https://github.com/surajkareppagol/sudoku
cprogramming sudoku
Last synced: 11 months ago
JSON representation
🔢 Classic Sudoku Game Implemented In C.
- Host: GitHub
- URL: https://github.com/surajkareppagol/sudoku
- Owner: surajkareppagol
- Created: 2023-09-05T03:26:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T07:36:18.000Z (about 2 years ago)
- Last Synced: 2024-06-17T08:55:48.678Z (about 2 years ago)
- Topics: cprogramming, sudoku
- Language: C
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
This is the `sudoku` game created in `C` language.
## How to play
There are 9 blocks and each block has 9 cells.

Enter the input in this format,
`Enter the block, cell number and the value 👇,`
`> 1 1 1`
Here the block number is `1`, cell number is `1` and the value to be inserted is also `1`.
## Sample GamePlay

`Enter the block, cell number and the value 👇,`
`> 2 1 2`
Here the block number is **_2_**, cell number is **_1_** and the value to be inserted is also **_2_**.

To exit the game 🗙,
`Enter the block, cell number and the value 👇,`
`> 0 0 0`
