Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages