A simple Sudoku game built using Java and javax.swing. The purpose of this project is just to learn more about Java and its capabilities.
- New Game
- Verify Solution
- Get Hints
- Solver ...
- Java 17+
- Maven
- Clone the repository
git clone https://github.com/wesleybertipaglia/sudoku.git- Navigate to the project directory
cd sudoku- Build the project
mvn clean install- Run the app
mvn exec:java -Dexec.mainClass="com.wesleybertipaglia.Main"Contributions are welcome! If you have any suggestions or improvements, please open an issue or a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.