Skip to content

ATKata/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Sudoku Kata

Your challenge, if you choose to accept it is to design a 4x4 Sudoku game that meets the following requirements.

  1. You should be able to print out the 4x4 Sudoku Grid to console e.g.
_ _ _ _
1 _ _ _
_ _ 2 _
_ _ _ _
  1. Each Row should only contain the numbers 1 to 4 once

  2. Each column should only contain the numbers 1 to 4 once

  3. Each quadrant of the grid should only contain the numbers 1 to 4 once

  4. The diagonals of the grid should only contain the numbers 1 to 4 once

  5. Once the grid is filled with numbers and is validated by the rules above the game should end

  6. The game should be expandable to a 9x9 grid with similar rules to the above containing the numbers 1 to 9

About

Sudoku Kata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages