Skip to content

ceenaa/kakuro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d905e53 · Dec 16, 2023

History

5 Commits
Dec 16, 2023
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023

Repository files navigation

Kakuro

kakuro solver based on CSP backtracking, forward checking and MRV with limited domains. just declare your kakuro game like what I did in board_generator.py then add your function to constructor of game class in game.py

Requirements

  • Tkinter

Examples

Hard level with 10*10 table

image image image

Given Example in guide with 7*7 table

image image image