Personal Project
Tools used: Python, Pygame
In August 2020 during my summer break, I decided to take the time to brush up on my algorithms and data structures. This Sudoku game features a backtracking algorithm to create and solve Sudoku puzzles.
This project gave me a chance to learn how to work with the Python GUI module Pygame. With a GUI, users can now interact/play with the generated Sudoku puzzle as well as be able to let the computer solve the Sudoku puzzle for them if they choose to give up.