Skip to content

Conanyedo/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Just a stupid sudoku game written in C that solves a sudoku board using backtracking algorithm. It also gives an user input in case you wanna solve it.

Usage

you can play it using commands to input a number in a specific spot using its coordinates y and x, as well as erasing a spot in case of wrong number.

  • Git clone the repository
  • cd into directory and run make
./sudoku

alt text

About

Sudoko game with backtracking algo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published