Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 596 Bytes

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.