Skip to content

joechenrh/sudoku-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.