sudoku
There are 2520 repositories under sudoku topic.
mayerui/sudoku
C++实现的跨平台数独游戏,命令行操作易上手,可以在开发间隙用来放松身心。数百行代码,初学者也可以轻松掌握。
dotnet/dotnet-console-games
Game examples implemented as .NET console applications primarily for providing education and inspiration. :)
Kyubyong/sudoku
Can Neural Networks Crack Sudoku?
gruhn/typescript-sudoku
Playing Sudoku in TypeScript while the type checker highlights mistakes.
kaajjo/LibreSudoku
LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
robatron/sudoku.js
A Sudoku puzzle generator and solver JavaScript library
Flix01/imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
pocketjoso/sudokuJS
JavaScript step-by-step Sudoku solver and board generator
abakh/nbsdgames
A package of 18 text-based modern games
t-dillon/tdoku
A fast Sudoku solver and generator with a benchmark suite for comparing the fastest known solvers.
MorvanZhou/sudoku
A simple Sudoku generator and solver. 数独生成器和解题器
einsitang/sudoku-flutter
an open source Sudoku game application powered by Flutter . you can build the Sudoku Game just for your own.
Wikunia/ConstraintSolver.jl
ConstraintSolver in Julia: Blog posts ->
KyouyamaKazusa0805/Sudoku
A sudoku solver using brute forces and logical techniques.
swaroopg92/penpa-edit
Web application to create and solve Sudokus and Puzzles
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.
eliben/go-sudoku
Toolkit for solving and generating Sudoku puzzles in Go
VarunS2002/Flutter-Sudoku
This is a fully fledged Sudoku game written in Dart using Flutter.
Emerentius/sudoku
The Rust sudoku library
raravi/sudoku
A Sudoku web app in React.
vaithak/Sudoku-Generator
A simple sudoku puzzle generator written in C++.
PseudoFish/Hodoku
Hodoku is a solver/generator/trainer/analyzer for standard sudoku.
jeffsieu/py-sudoku
A Python Sudoku solver
JoeKarlsson/python-sudoku-generator-solver
Python based sudoku generator that can create unique Sudoku board based on 4 difficulty levels. This code also includes a brute force sudoku solver that is capable of solving even the most difficult sudoku puzzles!
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.
LiuXiaolong19920720/opencv-soduko
Solve soduko in a image based on OpenCV and Python
fedeztk/sku
Simple TUI written in go to play sudoku in the terminal
andreynering/sudoku
Simple sudoku web game made with ReactJS and Redux.
rladstaetter/sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
ashutosh1919/neuro-symbolic-sudoku-solver
⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
jdamcd/material-sudoku
Sudoku made for Android
Kermalis/SudokuSolver
C# Sudoku solver that uses human techniques; no brute-forcing.
xc2f/sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
mattnenterprise/Sudoku
A sudoku game in Java
aakashjhawar/SolveSudoku
Extract and solve sudoku from an image using Computer Vision and Deep Learning