Python, Pygame
I love a great puzzle, but these sudoku puzzles are tough man! This program essentially does the hard work for you (which may take the fun out of it), but hey, making it was fun! Users can fill out the board with their custom sudoku values manually, or they can use the GUI provided to see a nice visualization of the board being solved.
This was made using Python and a module called Pygame, which is an easy way to provide a nice user interface. The program uses the backgracking algorithm to solve the board.
Now we will always win Sudoku in record time!
CLICK THE ICON BELOW TO VIEW TO VIEW THE SOURCE CODE ON GITHUB!