Zetsuban / SupSudoku

Sudoku generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sudoku generator


Languages

Language:C++ 43.0%Language:C 23.4%Language:CMake 20.7%Language:Makefile 12.9%