Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 774 Bytes

readme.md

File metadata and controls

34 lines (26 loc) · 774 Bytes

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?