A simple sudoku game to begin my Software Engineering course. This is a C++ project.
-c [sudokuCount]
: Create new sudoku outcomes with the amount of [sudokuCount]. Number of [sudokuCount] should be between 1 and 1000000.-s [filePath]
: Solve all the soduku puzzles in file with path[filePath] and append solutions to "sudoku.txt".