A GUI Sudoku game written in Java using AWT/Swing. Because of the many visual issues in this project, I realized, along with my tic-tac-toe
Work-in-progress Sudoku game written in Java.
Known issues are listed here:
- Text display issue (the numbers don't show up)
- Sudoku lines display on the wrong layer (sometimes behind the grid)
- Difficulties vary widely (because of the random way numbers are chosen to be removed)
- There is no reason for options (there isn't any sound or music yet)
- Images should be separate from the source code
- Difficulty screen should be its own frame
If, for whatever reason, I wanted to dust this project off, I would add these features:
- Keyboard shortcuts for the various numbers
- Improve theme
- Improve text. Change fonts and modify the color scheme to make it obvious which value is the user's and which is provided.
- Make generation independent of grid size
- Add a menubar
- Track stats
You can run this buy executing the included Sudoku.jar
file.