Skip to content

itsumu/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published