/sudoku-qt

sudoku game with solver written by qt

Primary LanguageC++

sudoku-qt

Sudoku game with solver based on Qt

The interface refers to steam game sudoku universe

Features:

  • conflict detection
  • sudoku solver

Algorithm

Prerequisites

Building and Running

After checking out the project, the simplest way to build and run is through Qt Creator:

  1. Open the project file, sudoku.pro in the project root.
  2. Build the project.