Skip to content

arrancardnell/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sudoku

A simple Sudoku program that can be given various boards to play on. To run a game, type into the command line:

python sudoku.py --board [board_name]

Rules of Sudoku

Each of the nine blocks has to contain all the numbers 1-9 within its squares. Each number can only appear once in a row, column or box.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages