Christopher Buglione

Personal Website

Auto Generating Sudoku | Christopher Buglione

Auto Generating Sudoku

September 02, 2023

Auto Generating Sudoku

● Built a class that generates a square matrix and populates it with random numbers according to the rules of sudoku

● The main program takes the generated board and generates the game board using inputs and divs

● The program then comapres the current state of the board with a completed version to see how many there are wrong

● You can try the game with the link