/sudoku/cover_sudoku.svg

Github Repo

SUDOKU SOLVER

Sudoku solver using backtracking algorithm

Sudoku game

To solve a sudoku, you need a sudoku. So i made a basic implmentation of one with Raylib.

Example of a basic board

You can simply put any numbers in the cells you want, just hover the cell and press a number. If a number is not valid or can’t be placed, it just won’t.

Sudoku solver

You can solve the sudoku by pressing space.

Example of a solved board

Sources

Wikipedia - Backtracking

Raylib

Youtube Video that helped