Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 925 Bytes

sudoku-solver

I just really got into sudoku this summer so here's a GUI sudoku application

Prerequisites

Python 3.8.8

pygame

sudoku-manager /~https://github.com/Jordan-Kowal/sudoku-manager

Functionality

  • Generates a playable sudoku board GUI
  • Solves the board using backtracking
  • Offers visualisation of solution

Usage

run GUI.py to play

Instructions

Click on a blank box and type a number (1-9) to pencil in.

alt text

Press ENTER to confirm.

alt text

Use DEL to erase what you pencilled in.

Press SPACE for the entire solution

alt text