Skip to content

This is a sudoku game made using pygame library in python

Notifications You must be signed in to change notification settings

fasihere/sudoku-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Game

The classic sudoku game made using pygame module in python

Controls

  • Keyboard

    • DELETE_KEY- Clear current cell
    • r_KEY- RESET
    • n_KEY- NEW
    • Space Bar- SOLVE
  • Buttons

    • Reset - Reset the board
    • New - New board
    • Solve - Solve the board

Screenshots

Game_Play Game_Over Game_Solved

Instructions to run the game:

  • Python and pygame need to be installed.
  • Clone the repository and run sudoku.py to play the game
  • Try solving on your own, boards will be completely random but easy.
  • Good Luck!

About

This is a sudoku game made using pygame library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages