Skip to content

Files

Latest commit

 

History

History
32 lines (17 loc) · 947 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 947 Bytes

Sudoku Generator and Solver

Generate a Sudoku puzzle with the game rules and then solve it with the backtracking algorithm.

Description

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.

Getting Started

Installing

  • Download the project to your computer and open the SudokuGame folder with any Java compatible IDE's.

Executing program

  • Click run in your Java compatible IDE and watch the magic happen.

Authors

Abhi Patel Contact: contact@abhipatel.ca

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details