My sudoku project came to be as a result of me wanting to make something for my CSCI 3112 class but the main purpose was to make something entertaining and useful. I wanted this to be a game I could actually play on my computer someday when it was more or less completed. I have many ambitions for this program as it stands right now. If you want the code for the program, I am willing to share what I have but it isn’t nearly ready to be useful just yet. Coming Soon!
It is being written in C++ using the QT gui library, which is partially why it isn’t done yet. I have most of the backend coded and partially implemented as it stands right now.
Current Goals
- Get the interface Working
- Working Timer
- More Than One Puzzle
Future Goals
- Random Generator of Puzzles
- Solving algorithm and Hints
- Multiple Difficulties
Here is the interface as it stands right now:
