Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 480 Bytes

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