Skip to content

This is a Java program that implements a Sudoku game with a graphical user interface (GUI) using object-oriented programming (OOP) concepts. It allows players to choose from three different difficulty levels.

Notifications You must be signed in to change notification settings

hasnain-kk/Sudoku_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

🎮 Sudoku Game 🎮

This is a Java-based Sudoku game with a GUI implementation. It allows players to play a 5x5 Sudoku puzzle with three different levels of difficulty: easy, medium, and hard.

🚀 Getting Started

To play the Sudoku game, follow these steps:

  1. Clone the repository using the following command:
    git clone https://github.com/hasnain-kk/sudoku_game.git
  2. Open the project in your favorite Java IDE.
  3. Compile and run the main.java file.
  4. Choose a difficulty level and start playing!

🤖 Technical Details

The Sudoku game is implemented using Java and object-oriented programming concepts. It uses the Swing library for the graphical user interface and a backtracking algorithm to generate and solve puzzles.

👨‍💻Contribution Guidelines

If you find any bugs or issues with the game, feel free to open an issue or submit a pull request. Any contributions are welcome!

About

This is a Java program that implements a Sudoku game with a graphical user interface (GUI) using object-oriented programming (OOP) concepts. It allows players to choose from three different difficulty levels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages