I just really got into sudoku this summer so here's a GUI sudoku application
Python 3.8.8
pygame
sudoku-manager /~https://github.com/Jordan-Kowal/sudoku-manager
- Generates a playable sudoku board GUI
- Solves the board using backtracking
- Offers visualisation of solution
run GUI.py to play
Click on a blank box and type a number (1-9) to pencil in.
Press ENTER to confirm.
Use DEL to erase what you pencilled in.
Press SPACE for the entire solution