A terminal based version of the viral logic game Sudoku written in C++
- William Archer
- Dhrupad Bhardwaj
- Selina Liu Hsu-Ying
C-doku++ in a C++ implementation of the viral logic game Sudoku. Features include
- Generating new and interesting problems for the User using a seed
- Provides an easy to use and interactive UI for the user to play the game
- Feature to solve the grid as the user goes along
Pick a difficulty level from the following
- Easy
- Medium
- Hard
Use the following syntax to pic a location on the grid and set the number "Column letter, Row Number, Number to be set to" For example, input "A,0,9" to put number 9 in the first cell.
Repeat till grid is completed
Use the command "Solve" to get the final solution for the entire grid. You will be propted after typing "Solve" if you indeed wish to continue. Use "Y/N" to confirm your choice.
Apache GPL v2.0