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 Make sure to have raylib installed. Clone this project Open a terminal in the project folder and run ./build.sh