An open API service indexing awesome lists of open source software.

https://github.com/bmoprogrammer/sudoku-with-gui

Play Sudoku with a solver incorporated
https://github.com/bmoprogrammer/sudoku-with-gui

Last synced: over 1 year ago
JSON representation

Play Sudoku with a solver incorporated

Awesome Lists containing this project

README

          

# Sudoku-With-GUI
This is a game of sudoku with a solver that uses the backtracking algorithm.
run Sudoku.py to play.

# Instructions
Click on any vacant box and hit a number on your keyboard to scratch a number down. To enter that value in the box, hit enter with the penciled in value. To delete a penciled in value, hit delete. To solve the puzzle simply hit the spacebar.

# Requirements
pygames