The Ultimate Puzzle Game
One of the most popular puzzle games created with code.
Sudoku is a logic-based, combinatorial number-placement puzzle. The objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid contain all of the digits from 1 to 9.
This fully functional program and GUI was built using the Python programming language, in conjunction with the cross-platform Pygame modules, to represent and play the game of Sudoku.
Check out this project on my Gihub profile HERE