Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sr-tamim/sudoku-c-program

Sudoku game built using C programming language
https://github.com/sr-tamim/sudoku-c-program

c-program c-programming c-programming-game c-programming-project sudoku sudoku-c-program sudoku-game sudoku-generator

Last synced: about 18 hours ago
JSON representation

Sudoku game built using C programming language

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
[![sr-tamim's Profilator](https://profilator.deno.dev/sr-tamim?v=1.0.0.alpha.4)](https://github.com/sr-tamim)