An interactive 6x6 Sudoku game built with JavaFX!
✅ Randomly generated Sudoku board (6x6 with 2x3 subgrids)
✅ Backtracking algorythm to recognize multiple solutions
✅ Hints system to assist players
✅ Validity check for user inputs
✅ Solution verification & automatic correction
✅ Win detection with animated feedback
✅ Interactive and responsive UI
git clone https://github.com/GG2R10/SudokuFX.git
cd SudokuFXOpen the project in IntelliJ IDEA and run the Main class.
Alternatively, use:
./gradlew run # If using Gradle- Java 17 (Amazon Corretto)
- JavaFX for UI
- FXML for layout
- CSS for styling
- IntelliJ IDEA as IDE
- Git & GitHub for version control
- Fill the grid with numbers from 1 to 6.
- Each row, column, and 2x3 block must contain unique numbers.
- Use the hint button if you're stuck!
- Solve the entire board correctly to win! 🎉
|
Conseq |
Captain Arias |
This project is licensed under the MIT License. Feel free to use and modify it!
⭐ If you like this project, don't forget to give it a star on GitHub! ⭐