Skip to content

abhimathore/SUDOKU-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-GUI-Solver

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Pre-requisite

Install pygame by running 'pip install pygame' in your command line.

Run GUI.py to play sudoku.

Instructions

Click a box and hit the number on your keybaord to pencil in a number. To confirm that value press the ENTER key on that box. To delete a pencil in you can click DEL. Finally to solve the board press SPACE, sit back and watch the algorithm run.

About

This is a GUI sudoku solver using the backtracking algorithm.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages