chanioxaris/kenken-solver
Solves KenKen puzzles, by representing it as a Constraint Satisfaction Problem (CSP)
This tool helps you quickly find solutions to KenKen puzzles. You input a puzzle's size and the details of its cages (their cells, the required mathematical operation, and target number) in a simple text file. The tool then outputs the completed grid, showing all numbers filled in according to KenKen rules. This is for anyone who enjoys KenKen puzzles and wants to check their solutions or solve challenging grids quickly.
No commits in the last 6 months.
Use this if you want to automatically solve KenKen puzzles, verify your own solutions, or explore different solving algorithms for computational puzzles.
Not ideal if you're looking for an interactive game to play KenKen, as this tool focuses on solving rather than gameplay.
Stars
24
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 25, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/chanioxaris/kenken-solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nikhilranjan7/sudoku-solver
AI that will solve sudoku based on search and constraint propagation techniques made as a part...
fabridigua/LogicGamesSolver
A Python tool to solve logic games with AI, Deep Learning and Computer Vision
stressGC/Python-AC3-Backtracking-CSP-Sudoku-Solver
Python implementation of a sudoku puzzle solver (CSP) using AC3 and backtracking algorithms
GeorgeSeif/Sudoku-Solver
An algorithm for automatically solving Soduko puzzles
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...