https://github.com/sr-tamim/sudoku-c-program
Sudoku game built using C programming language and backtracking algorithm
https://github.com/sr-tamim/sudoku-c-program
backtracking backtracking-algorithm c-program c-programming c-programming-game c-programming-project sudoku sudoku-c-program sudoku-game sudoku-generator
Last synced: 4 months ago
JSON representation
Sudoku game built using C programming language and backtracking algorithm
- Host: GitHub
- URL: https://github.com/sr-tamim/sudoku-c-program
- Owner: sr-tamim
- License: mit
- Created: 2023-11-26T11:12:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T02:22:39.000Z (over 1 year ago)
- Last Synced: 2025-01-16T19:41:58.515Z (5 months ago)
- Topics: backtracking, backtracking-algorithm, c-program, c-programming, c-programming-game, c-programming-project, sudoku, sudoku-c-program, sudoku-game, sudoku-generator
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku with C
This program allows the user to play the game of **Sudoku**. It provides a command-line interface where the user can input their moves and see the current state of the Sudoku board. The program creates a **random** Sudoku board every time
### Difference between Linux and Windows version
| Linux | Windows |
| ----- | ------- |
| system("clear") | system("cls") |
| Unicode character | ASCII character |#### [View code for Linux](sudoku-linux.c)
#### [View code for Windows](sudoku-win.c)### Developed by
[](https://github.com/sr-tamim)