sudoku solver in java usage: solving sudokus generating some sudokus (for the moment by default it's the same) why was it a good project experience it's short, fun and easy to create you get a better understanding of java, frames and sudoku game in itself it's a good project to add to your portfolio how to run the script if you have already used java before and have already been able to run scripts, you shouldn't need anything else javac SudokuApp.java java SudokuApp