Skip to content

jtpeller/SudokuJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

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

Table of Contents

What

Work-in-progress Sudoku game written in Java.

Problems

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

Future Improvements

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

Run

You can run this buy executing the included Sudoku.jar file.

Releases

No releases published

Packages

No packages published

Languages