Sudoku solving game
A simple game for solving Sudoku puzzles
The game consists of the ability to generate Sudoku puzzles of various sizes and provide the user with limited hints toward solving the puzzle.
Work in progress game for solving Sudoku puzzles. Still need to optimize sudoku puzzle generation, need to try different algorithms for puzzle generations
To run, paste the 3 java files into your src folder under your project in any Java IDE, then run the Sudoku.java file.
To use: choose tile you want to enter, then choose the number you want to input from the list on the right. To erase a tile, choose the tile and choose the number 0.