Skip to content

C++ Visual sudoku solver using recursive backtracking

Notifications You must be signed in to change notification settings

edvardwd/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual sudoku solver

C++ project to showcase the solving of a Sudoku-board using recursive backtracking.

A version for the web exists on the web branch, and the finished product can be found here.

How to run

  1. Make sure to have raylib installed.
  2. Clone this project
  3. Open a terminal in the project folder and run
./build.sh

About

C++ Visual sudoku solver using recursive backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published