Sudoku GUI Game

Personal Project

sudoku preview

Tools used: Python, Pygame

Links:

sudoku-animation

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.