Skip to content

Created a Sudoku game in python and implemented a backtracking algorithm to solve the game and made a visualization of its workflow using Pygame

Notifications You must be signed in to change notification settings

ShowmickKar/Sudoku-Solver-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Created a Sudoku game in python and implemented a backtracking algorithm to solve the game and made a visualization of its workflow using pygame

Some Important Points

  • You need to have python and pygame installed on your computer to run the code. To install Pygame, head over to your command prompt or terminal and type:
                                pip install pygame
  • The unsolved sudoku configurations are pulled from an API called 'sugoku'
  • Since it uses an API, you need an internet connection to run the program
  • press 'r' if you want to reset the game
  • The game can be played like any regular Sudoku game. However, if you don't feel like solving and just want to see how the backtracking algorithm finds the solution, you can simply press 's' at any point and the algorithm will start doing its magic with some cool visualization
  • I hope you like it!

Alt Text

About

Created a Sudoku game in python and implemented a backtracking algorithm to solve the game and made a visualization of its workflow using Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages