This is a sudoku game developed in python incorporating the backtracking algorithm used in computer science. Random boards are generated for the user to solve(play the game).Computer solves the boards using the backtracking algorithm. Both GUI and text based versions are available.
Run GUI.py to play sudoku.
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 or BACKSP. Finally to solve the board press SPACE, sit back and watch the algorithm run.
You can also run Sudoku-GUI-Game in Gitpod, a free online dev environment for GitHub:
Click on the link and start solving.