Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 385 Bytes

Sudoku

A simple sudoku game to begin my Software Engineering course. This is a C++ project.

Program arguements

  1. -c [sudokuCount]: Create new sudoku outcomes with the amount of [sudokuCount]. Number of [sudokuCount] should be between 1 and 1000000.
  2. -s [filePath]: Solve all the soduku puzzles in file with path[filePath] and append solutions to "sudoku.txt".