Skip to content

Created an interactive 2D game of Sudoku on Python using pygame, which solves the puzzle using backtracking algorithm.

Notifications You must be signed in to change notification settings

anmolagarwalcp810/Sudoku-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Game

Created an interactive 2D game of Sudoku on Python using pygame, which solves the puzzle using backtracking algorithm. File game.py plays the game and it uses another file, sudoku.py, to solve the puzzle using backtracking algorithm.

How to Play

  1. Use navigation keys to move among the boxes, enter the number in an empty box, click Enter and if the box turns red, the number enterred is incorrect, in that case re-enter the correct number.
  2. To see the solution, click Spacebar.

About

Created an interactive 2D game of Sudoku on Python using pygame, which solves the puzzle using backtracking algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages