Sudoku Solver GUI is a Java-based application designed for Sudoku enthusiasts and solvers. It offers a graphical interface to interact with Sudoku puzzles in two distinct modes. This application combines the challenge of solving Sudoku puzzles with the convenience of a digital interface, enhanced by external dependencies for improved functionality.
- Two Modes of Interaction:
- Solver Mode: Input your Sudoku puzzle and let the application solve it for you.
- Challenge Mode: The application provides a Sudoku puzzle for you to solve, testing your skills.
- User-Friendly Interface: A clean and intuitive graphical interface for easy interaction with Sudoku puzzles.
- Multi-Level Difficulty: Offers various levels of difficulty in challenge mode to suit both beginners and advanced players.
This project requires external JAR files for optimal functionality. Follow the instructions below for adding these to your project.
- Right-click on your project.
- Select
Build Path. - Click on
Configure Build Path. - Click on
Libraries, selectModulepath, and selectAdd External JARs. - Select the JAR file from the required folder.
- Click
ApplyandOK.
- Open your installed IntelliJ IDEA Project.
- Go to
File>Project Structure. - Select
Librarieson the left panel. - Select the
+icon and chooseJAVA. - Navigate to the "lib" folder and select your JAR file(s).
- Click on the
OKbutton.
To get started with the Sudoku Solver GUI, ensure you have Java installed on your machine. Then, follow these steps:
- Clone the Repository: Clone this repository to your local machine.
- Add External Dependencies: Follow the above instructions to add the necessary JAR files.
- Run the Application: Navigate to the project directory and launch the application using your preferred Java IDE.
Contributions to the Sudoku Solver GUI are highly appreciated. Feel free to fork this repository and submit a pull request for any enhancements, bug fixes, or documentation updates.
Free To Use.