/SupSudoku

Sudoku generator

Primary LanguageC++

SupSudoku

Sudoku generator and game in C++

Features

  • Runs in the terminal
  • Different levels of difficulty

TODO

  • AI to solve the sudoku
  • Proper difficulty rating
  • Use flags to differentiate only generating or playing
  • Add time tracker for generating mode

What I learned

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.