sudoku-game
There are 387 repositories under sudoku-game topic.
TN1ck/super-sudoku
Full featured open source sudoku with a very nice web interface.
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.
vaithak/Sudoku-Generator
A simple sudoku puzzle generator written in C++.
xc2f/sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
ymercad0/Sudoku-GUI
Simple Sudoku Game built on Pygame as a backtracking algorithm visualizer. Credits to TechWithTim for the idea.
sepehr-rs/Sudoku
A modern Sudoku app built with Python, GTK4 and libadwaita.
flyingpeakock/Console_sudoku
Console application to create, solve, and play sudoku.
kayleenasser/Meowdoku
My favourite puzzle game with a fun feline twist. Android app in development.
huaminghuangtw/Web-Sudoku-Puzzle-Game
🎮 An interactive web Sudoku puzzle game developed in HTML, CSS, and JavaScript
Nisheet-Patel/Sudoku-Solver-Pro
Sudoku Solver Pro, generates Sudoku puzzle, solve with visualization of Backtracking Algorithm
timo-a/SudoQ
An android app for sudoku
jalbam/yasminoku
[Yasminoku] Sudoku game, generator and solver totally written in DHTML. Highly configurable.
firateski/SudokuLibrary
C# Sudoku library that can solve, generate and check the Sudoku puzzles.
rg1990/cv-sudoku-solver
Sudoku solver using computer vision and deep learning to extract and interpret Sudoku puzzles from images. Includes a fully functional Sudoku game built using Pygame.
foxzool/nyt_sudoku
A sudoku puzzle game made by Bevy game engine
larapollehn/sudoku
Solve Sudoku Puzzles of various levels or let the App solve Sudokus for you 🗾
firateski/SudokuGameWindowsForms
Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.
lt541013990/LTSudoku
一个数独游戏
nayanbunny/Sudoku-CSharp
Sudoku Generator, Validator and Solver in C# Windows Forms (.net core 3.1). Game on 4x4 and 9x9 Grid with Easy, Medium and Easy Modes.
sudoku-game-paly/sudoku
Welcome to Visit https://sudokuonline.cc/ — Play Sudoku Online
hadialqattan/sudoku
This is a GUI Sudoku game with a solver. The solver was implemented using the backtracking algorithm.
Choaib-ELMADI/sudoku-in-c
Creating a Sudoku solver using the C programming language.
mariuszgromada/Janet-Sudoku
Java Android .NET Sudoku Generator & Sudoku Solver Library
bernademir/Sudoku-Game
Sudoku game application
bocaletto-luca/Sudoku
Sudoku – WEBGAME is a modern, professional, and fully responsive web game developed in a single-page application. This version faithfully recreates the classic 9x9 Sudoku puzzle with ... By Bocaletto Luca
mikeynap/Hodoku
Hodoku with Chaining/Autofill Singles/Auto Toggle Candidates and more! Fork of PseudoFish's Fork.
NumMy0/Sudoku-killer-python
Sudoku killer solver with constraints
theflynn49/fsudoku
sudoku game app for Agon Light
wangle201210/sudoku
fyne sudoku 基于fyne 实现数独小游戏
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.
cocolico14/Sudoku-Solver
Using CSP algorithm with Forward Checking for solving Sudoku Puzzle
JuliaSzymanska/Sudoku_Game
GUI Java implementation of the popular game sudoku.
LakshayD02/Sudoku_Solver_Python
This repository contains a Python program that automatically solves Sudoku puzzles. It takes an input grid representing an unsolved puzzle and uses a backtracking algorithm to find the correct solution. A great tool for Sudoku enthusiasts and those learning about algorithms! 🧠
MartinGurasvili/Sudoku
This is a UI Sudoku Game And Solver that makes use of recursion and backtracking
MartinGurasvili/Python-Terminal-Sudoku
Terminal Sudoku Written In Python