项目作者: joechenrh

项目描述 :
sudoku game with solver written by qt
高级语言: C++
项目地址: git://github.com/joechenrh/sudoku-qt.git
创建时间: 2019-12-03T07:19:10Z
项目社区:https://github.com/joechenrh/sudoku-qt

开源协议:

下载


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.