Skip to content

abdullahkavakli/Sudoku-Game-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developed a UI(by Pygame) to play the game of Sudoku, implemented a solver feature that uses the backtracking algorithm to find a solution to any solvable game. To start solver, press SPACE.

With solver feature, matrixes tht is unsolved is solved by the code.

For DB connection i used MsSQL. You can find backup file.(If you don't know how to restore a database from .bak file you can find from this tutorial: https://www.youtube.com/watch?v=mr8Lpkx5yag)

Run sudoku_GUI.py to play sudoku.

animated

To run, change your server name with "Server=YOURSERVERNAME;" in dbconnection.py. You can find your server name from MsSQL:

animated

Tr özet:

Sudoku Oyunu & Çözücü|Python, MsSQL

•Arayüz için Pygame kütüphanesi kullanılarak yazılmış bir sudoku oyunudur.

•Sudoku çözücü özelliği sayesinde MsSQL veritabanından aldığı çözülmemiş sudoku matrislerini çözerek yeni oyun için kullanıyor.

•Geri izleme algoritması kullanılarak çözücü görselleştirmesi eklendi. Veritabanı bağlantısı için MsSQl kullanıldı.(.bak dosyasından veritabanının restore edileceğini bilmiyorsanız şuradan izleyebilirsiniz: https://www.youtube.com/watch?v=mr8Lpkx5yag)

Releases

No releases published

Packages

No packages published

Languages