Skip to content

JavideSs/sudoku-Generator-Checker-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Generator-Checker-Solver

A Sudoku puzzle generator, checker and solver written in C using backtracking algorithm.

Use terminal as menu for input and output.

screen


How to use it

Is platform independent, terminal must support ANSI. makefile developed for Linux.

# Clone project
git clone https://github.com/JavideSs/sudoku-Generator-Checker-Solver.git
cd sudoku-generator-checker-solver

# Build with make
make    #make clean to remove binaries

# Build without make
gcc -w -O3 -Iinclude lib/* src/main.c -o bin/sudoku

# Run sudoku
./bin/sudoku

Feedback

Your feedback is most welcomed by filling a new issue.


Author:
Javier Mellado Sánchez
2021-2022

About

A Sudoku puzzle generator, checker and solver written in C using backtracking algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published