Skip to content

A Sudoku game with a GUI and appropriate logic built using Python. It implements a backtracking algorithm to solve the puzzle with an animation.

Notifications You must be signed in to change notification settings

kristopherluo/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sudoku

This program is a sudoku game that can take in any sudoku board and visually solve the puzzle using a backtracking algorithm.

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.

Requirements

You need to have Pygame Snippets installed to run the Sudoku solver.

About

A Sudoku game with a GUI and appropriate logic built using Python. It implements a backtracking algorithm to solve the puzzle with an animation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages