Sudoku is one of my favorite games and I really enjoyed writing a sudoku solver. This sudoku procedural program was written in the language c++. The sudoku program allows you to input a board via a text file and allows you to save your progress. If you get stuck, the program can finish the board. I also spent the time to implement a colored board into the program. If you don’t understand the rules of sudoku or how to play sudoku then you can go here.