sudoku-board
There are 41 repositories under sudoku-board topic.
pocketjoso/sudokuJS
JavaScript step-by-step Sudoku solver and board generator
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.
nguyennd97/SudokuGeneratorAndSolver
sudoku generator and solver library for Java. Can custom form of puzzle. Supported: 4x4, 5x5, 6x6, 7x7, 8x8, 9x9, 12x12, 16x16, 25x25. Please give me a star if it could help you!
Mateusz-Kozlowski/Real-Time-Webcam-Sudoku-Solver
Uses Computer Vision and Machine Learning to solve sudoku in real time
firateski/SudokuGameWindowsForms
Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.
TebogoYungMercykay/Sudoku-Puzzle-Solver-In-Java__Sparce-Tables
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
cotur/Sudoku-Creator
Create 9x9 unique sudoku table
harshraj11584/fast_sudoku_solver_and_generator
Fast C++ 9X9 Sudoku Solver & Generator Program
rajszym/Sudoku
Sudoku game, solver and generator
ABusyProgrammer/SudokuGame
A Sudoku Web-Application Game Designed using the Agile process
Arlorean/GameBoardService
A web service to return an svg file for a given board game given the url as the board state.
bruce965/QuickSudoku
Sudoku puzzle solver (DONE), grader (WIP), and generator (WIP)
timlg07/Sudoku-Solver
A program that can solve sudokus of all sizes.
benapetr/sudoku
Sudoku "Pro" is a very simple yet powerfull SUDOKU game client, for the most hardcore players
hoaftq/SudokuLib
A Sudoku library, which targets .NET Standard 1.0, supports generating and solving game boards
jamalabo1/SudokoSolver
A Sudoko Solver Built With C#
manu-p-1/Sudoku-Randomizer
:computer: :video_game: A useful tool to randomize a Sudoku board for a game.
moverval/Sudoku-Website
A straight Sudoku Website for playing Sudoku on mobile and tablet
sraaphorst/dlx-constexpr
C++17 constexpr implementation of Donald Knuth's dancing links (DLX) exact cover algorithm / Sudoku solver.
sraaphorst/sudoku-stochastic
Solving Sudoku boards using stochastic methods and genetic algorithms
wisepythagoras/go-sudoku-gen
A small and fast program that generates moderately difficult and difficult Sudoku puzzles. Written in Go and without external dependencies.
Yodakole1/sudoku_python
Sudoku
erickchann/sudoku
Sudoku game made with html DOM
HI-Mithun/SudokuVisualBasic
This is the complete Sudoku Game made using Visual Basic .Net. The game has timer for each time you start a new game or retry game. Number of times you can make a wrong guess, etcetra. A new sudoku generator each time you click on New Game. Have fun Making some modifications of your own.
kuchumof/Sudoku
Это android приложение - игра: Судо́ку— головоломка с числами, является латинским квадратом 9-го порядка.
MatanelGordon/wasm-sudoku-solver
Rust-Powered Sudoku Solver 🔢
OmerYasirOnal/CheckSudokuSolutionMethods
Checking Whether a Solution Is Correct
Parsing-Tree-Systems/sudoku-model-typescript
Build sudoku algorithm on typescript
Spr3/sudoku
This is a sudoku AI were you input your puzzle and it will solve it to the best of its ability's.
YoavBaavour/Sudoku
a few different approaches to solving sudoku using different libraries. Pushing Sudoku solving to the extreme
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.
all-free-games/all-free-games.github.io
All Free game
bobaejeon/sudokuGenerator
Sudoku generater and solver in python
boneill02/jsudoku
sudoku grid generator
HarshitDolu/OpenCV-Sudoku-Solver
Sudoku solver using OpenCV
ppml38/sudoku_solver
Algorithm to solve sudoku using backtracking.