fabridigua/LogicGamesSolver
A Python tool to solve logic games with AI, Deep Learning and Computer Vision
This tool helps solve popular logic puzzle games like Sudoku, Stars Battle, and Skyscrapers. You can either show the puzzle board in real-time using your camera or provide an image file, and the tool will detect the board, analyze its structure, and then find the complete solution. It's perfect for puzzle enthusiasts, students learning about logic, or anyone looking for a quick way to verify their puzzle solutions.
No commits in the last 6 months.
Use this if you want an automated way to solve or verify popular logic grid puzzles by simply showing the puzzle or providing an image.
Not ideal if you prefer to solve puzzles yourself or if you're looking for a tool that covers a very wide variety of less common logic game types.
Stars
17
Forks
3
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fabridigua/LogicGamesSolver"
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...
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
SrinidhiRaghavan/AI-Sudoku
Solving sudoku puzzle using backtracking and AC-3
MatthiasNickles/diff-SAT
Probabilistic Answer Set Programming and Probabilistic SAT solving, based on Differentiable...