Skip to content
/ sudoku Public

A script that allows the user to play sudoku. If the user decides to stop, the script will solve the board using backtracking.

Notifications You must be signed in to change notification settings

usef-kh/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Controls!

  • ESC -------------------- closes game
  • Space ------------------ solves board
  • Directional arrows ----- move
  • Left mouse click ------- select a cell
  • 0-9 --------------------- pencil in value on selected cell
  • Enter ------------------- submit penciled value
  • Del --------------------- delete penciled value from selected cell

About

A script that allows the user to play sudoku. If the user decides to stop, the script will solve the board using backtracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages