Skip to content

mhmtipek/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku game

My sudoku game for mobile devices

C++ and Qt Framework used for development. Code has documentation. I want to add more details about implementation later.

Features

  • 4 difficulty levels (easy, normal, hard, hardest)
  • Boards are created in runtime so you can't solve all the boards :)
  • Scoreboard

Tested on platforms

Compiling

  • C++11 supported compiler is needed
  • Open with QtCreator, press run