sudoku-puzzles
There are 42 repositories under sudoku-puzzles topic.
komeilmehranfar/sudoku-core
A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.
dhhruv/Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
SudokuMonster/SukakuExplainer
Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles
jalbam/yasminoku
[Yasminoku] Sudoku game, generator and solver totally written in DHTML. Highly configurable.
omerfarukeker/Sudoku-Solver
Solves the user entered Sudoku boards with commonly known strategies like hidden/naked pairs, X-wing, Y-wing etc.
ChudasamaJignesh/Sudoku-v3.0
Sudoku is game for concentration. I used Netbeans IDE to develop this mini Project. It is well Written still open for everyone to contribute to the Project.
Riroaki/Auto-Sudoku-Player
简单数独游戏+自动求解数独算法
abhilampard/SUDOKU-using-Backtracking
Smart Sudoku puzzle generator as well as solver having multiple levels of difficulties.
anilsathyan7/AI-Sudoku-Solver
Solving Sudoku Puzzles With Computer Vision And Neural Networks
harshraj11584/fast_sudoku_solver_and_generator
Fast C++ 9X9 Sudoku Solver & Generator Program
filippo-fonseca/sudoku_solver
🧠 A fun way of playing around with sudoku puzzles I built in between classes. Built in Python.
AditiPradeep/Sudoku_Solver
Simulated Annealing Sudoku Solver
Beebeeoii/snap-solve-sudoku
Best OCR Sudoku Puzzle Solver for Android!
canbax/sudokuSolver
Implementation of Peter Norvig's sudoku solving and backtracking algorithms in java.
messersm/sudokutools
Yet another python sudoku library.
packetsss/Sudoku-Solver
A Sudoku Solver that solves any Sudoku puzzles in 2 seconds.
ProgrammazioneTime/Sudoku
Qui ci sono i codici dei Sudoku visti nei video della playlist sul mio canale YouTube.
amitSharma7741/sudoku_game_and_api
Discover our Sudoku API and game! Play online with varying difficulty levels, access puzzles and solutions through our API. Test your logic skills with this number puzzle. Developers can integrate Sudoku into apps or build Sudoku-solving algorithms using our API. Explore Sudoku with us!
dev7060/Sudoku
Command-line Sudoku!
hoaftq/SudokuLib
A Sudoku library, which targets .NET Standard 1.0, supports generating and solving game boards
JannikHv/solvedoku
A Sudoku solver written in different languages (see Branches) using the backtracking algorithm
lamelameo/Sudoku-Windows
Sudoku game for windows.
netomi/sudoku-solver
A kotlin multiplatform library to solve sudoku puzzles.
rizkyyanuark/SudokuSolver-DataCitra
mengintergrasikan image processing dengan deep learning
wisepythagoras/go-sudoku-gen
A small and fast program that generates moderately difficult and difficult Sudoku puzzles. Written in Go and without external dependencies.
AgyeyaMishra/sudoku-solver
This is a Sudoku Solver in C-plus-plus using the Backtracking algorithm.
alidarcan/sudokuSolver
✅✔ Sudoku Solver App 🔰💯
erickchann/sudoku
Sudoku game made with html DOM
przemekmas/SudokuSolverWPF
The sudoku solver application has been written in C# and WPF. The application allows the user to solve any sudoku puzzle by the use of the backtracking algorithm that explores all possible solutions to a problem.
Spr3/sudoku
This is a sudoku AI were you input your puzzle and it will solve it to the best of its ability's.
Zalanshah64/sudoku
Sudoku is a game played on a 9x9 grid where every single square is filled with a number from 1 to 9 unique to its row, column, and 3x3 subgrid. This program is a sudoku app that allows a user to generate sudoku boards, solve given boards instantly, and play randomly generated or given sudoku boards.
Bangreynov/Sudoku-Hard-Level-Game
Play here https://hard-sudoku.com
burger4d/Sudoku-solver
a sudoku solver using brute-force
EdoardoGruppi/Sudoker
This project enables to generate, play as well as automatically solve Sudoku puzzles. It provides a user-friendly Graphic User Interface from which users can select the dimension of the sudoku (4x4, 9x9 or 16x16) along with the difficulty of the game ('Very Easy', 'Easy', 'Medium', 'Difficult', 'Extreme').
Mikulew/react-ts-sudoku
Sudoku is a logic-based, combinatorial number-placement puzzle.