Skip to content

smoll24/Sudoku-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Java

This is a Java-based Sudoku game implementation. It provides a graphical user interface for playing Sudoku puzzles on your computer. The game features a Sudoku board that allows you to input numbers and solve the puzzle.

Features:

  • Interactive Sudoku board with a customizable grid size
  • Mouse click functionality to select and navigate cells
  • Arrow key navigation for moving across cells
  • Ability to input numbers in editable cells
  • Sudoku board validation to check for duplicate numbers in rows, columns, and blocks
  • Ability to generate new Sudoku boards with Easy, Medium, or Hard difficulty settings

The project is implemented using Java and Swing for the graphical user interface. It follows the Model-View-Controller (MVC) design pattern, separating the game logic from the user interface.

Usage:

Contributions, bug reports, and feature requests are welcome. Feel free to fork the project and submit pull requests to enhance the game or fix any issues you encounter.

Enjoy playing Sudoku and have fun!

About

Sudoku made in Java with Swing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages