Generate a Sudoku puzzle with the game rules and then solve it with the backtracking algorithm.
This project generates and prints out a randomly generated Sudoku puzzle that follow the set puzzle rules of the game. After the puzzle has been generated the project will try to solve the puzzle with the bracktracking method, if the puzzle can be solved it will print out the solved puzzle, and if the puzzle cannot be solved then and error message will be printed.
- Download the project to your computer and open the SudokuGame folder with any Java compatible IDE's.
- Click run in your Java compatible IDE and watch the magic happen.
Abhi Patel Contact: [email protected]
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details