Skip to content

Konolo/Kakuro_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kakuro Solver

What is Kakuro

Kakuro or Kakkuro (Japanese: カックロ) is a kind of logic puzzle, sometimes referred to as a mathematical transliteration of the crossword, that combines elements of Sudoku and crossword puzzles.

The objective is to fill a grid with numbers 1 to 9 such that the sum of the numbers in each horizontal and vertical block matches the given clue for that block. Each block is made up of between 2 and 9 squares that need to be filled in. Each number used in a block must be unique, meaning no repetitions.

Basic Rules:

  • Sum Clues: Each block has a sum clue, indicating the total of the numbers in that block.
  • Unique Numbers: Each number in a block must be different.
  • Valid Digits: Only the numbers 1 through 9 are allowed.
  • Grid Completion: All spaces must be filled with numbers, and the puzzle is solved when all sums are correct.

For more information, you can use one of the following links:

About the Repo

Kakuro Solver is exactly what you think it is, it's a piece of software designed to solve Kakuro puzzles. This project comes from my love of puzzles and my desire to become a better programmer.

Version

0.1.0

About

Personal project designed to solve Kakuro puzzles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages