Sudoku Application
Full stack Python application to generate and solve Sudoku puzzles, that users can then play. The front end was developed with Tkinter and I developed a recursive backtracking algorithm to solve the Sudoku puzzles. This was then utilised to generate Sudoku boards which are not just possible to solve, but fun to solve.
GitHub Repo