Sudoku generator and game in C++
- Runs in the terminal
- Different levels of difficulty
- AI to solve the sudoku
- Proper difficulty rating
- Use flags to differentiate only generating or playing
- Add time tracker for generating mode
I learned a lot about using C++ with this project. I leaned about optimizing code to maje it faster, using recursivity to generate the grids and generally a lot about the language in itself.