Interactive Sudokus, Code in Place Final Project

by Silvia X

Description

My project uses backtracking to generate random sudokus with a solution, based on three levels (easy, intermediate, and advanced). Sudoku can be solved on the interactive board, which has the function of check the entire sudoku showing the message according to whether it is correct or not. The solution is displayed when the user requests it, highlighting the failed numbers in red.