Skip to content

KailashGanesh/Sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku game with backtracking algorithm Solver

Instructions

Install

clone the repo

git clone https://github.com/KailashGanesh/Sudoku-solver.git

install pygame

python3 -m pip install pygame

run sudoku-GUI.py

python3 sudoku-GUI.py

movement

h or for left
j or for down
k or for up
l or for right
can also use mouse

Slove or genrate a new board

space to slove
r to genrate a new board in a solvable state

General

x to quit game
1-9 to enter numbers

Todo

  • Make CLI Version
  • make a pygame GUI
  • OCR Sudoku slover?

About

A backtracking algorithm Sudoku solver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages