项目作者: JavideSs

项目描述 :
A Sudoku puzzle generator, checker and solver written in C using backtracking algorithm
高级语言: C
项目地址: git://github.com/JavideSs/Sudoku-Generator-Checker-Solver.git
创建时间: 2020-12-24T16:46:34Z
项目社区:https://github.com/JavideSs/Sudoku-Generator-Checker-Solver

开源协议:MIT License

下载


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.

  1. # Clone project
  2. git clone https://github.com/JavideSs/sudoku-Generator-Checker-Solver.git
  3. cd sudoku-generator-checker-solver
  4. # Build with make
  5. make #make clean to remove binaries
  6. # Build without make
  7. gcc -w -O3 -Iinclude lib/* src/main.c -o bin/sudoku
  8. # Run sudoku
  9. ./bin/sudoku

Feedback

Your feedback is most welcomed by filling a
new issue.


Author:
Javier Mellado Sánchez
2021-2022