8000 GitHub - sr-tamim/sudoku-c-program: Sudoku game built using C programming language and backtracking algorithm
[go: up one dir, main page]

Skip to content

sr-tamim/sudoku-c-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Developed by

sr-tamim's Profilator

0