Found 48,588 repositories(showing 30)
neeru1207
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
techwithtim
This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.
remi2257
Smart solution to solve sudoku in VR
robatron
A Sudoku puzzle generator and solver JavaScript library
konstin
Sudoku solving in python packaging
ColinEberhardt
a WebAssembly-powered AR sudoku solver
Haoest
Sudoku solver with OCR capability on iOS (edit: developed for iOS 4 before ARC, some memory reference changes may be required to get the app to make a full run.)
1nfinityLoop
I made a real time Sudoku solver using the camera, it looks for the edges of the Sudoku in the frame, extracts it, solves it and overlays the solution on the puzzle itself. For the digit recognition, I used a CNN, trained using Keras with printed characters from the different ubuntu fonts. For the image processing part, I used OpenCV for the edge detection.
t-dillon
A fast Sudoku solver and generator with a benchmark suite for comparing the fastest known solvers.
prajwalkr
Extract and solve Sudoku from an image
pocketjoso
JavaScript step-by-step Sudoku solver and board generator
Adityaojas
Solves sudoku in a real time webcam feed
meikpiep
Gauguin is a Sudoku-like game for Android where you solve grids via calculation and logic.
miguelespinoza
Sudoku Solver App built using React Native and Golang
MorvanZhou
A simple Sudoku generator and solver. 数独生成器和解题器
kyoyama-kazusa
A sudoku solver using brute forces and logical techniques.
dachev
Sudoku generator and solver for node.js
swaroopg92
Web application to create and solve Sudokus and Puzzles
MicrosoftEdge
In this demo we take the well-known game of Sudoku, and demonstrate how developers can use HTML5 and JavaScript to create an efficient algorithm to solve these puzzles. The algorithms draw heavily on the Chakra engine’s support for ECMAScript 5 standard array operations to rapidly solve many Sudoku games. You can also manually solve Sudoku puzzles.
TN1ck
Full featured open source sudoku with a very nice web interface.
robovirmani
GUI Sudoku Solver using Pygame
stephenostermiller
QQwing is a Sudoku puzzle generator and solver.
atomic14
Solving Sudoku Puzzles in the Browser Using Augmented Reality
kying18
Sudoku solver using backtracking
bertoort
Sudoku puzzle solver and generator
guille0
Solve sudokus from video in real time with computer vision and neural networks
ForrestKnight
No description available
rg3
A simple command-line Sudoku solver in C for educational purposes
komeilmehranfar
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.
eliben
Toolkit for solving and generating Sudoku puzzles in Go