joechenrh / sudoku-qt

sudoku game with solver written by qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

sudoku game with solver written by qt


Languages

Language:C++ 97.7%Language:QMake 2.3%