Conanyedo / Sudoku

Sudoko game with backtracking algo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 94.9%Language:Makefile 5.1%