Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 637 Bytes

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