An open API service providing repository metadata for many open source software ecosystems.

Topic: "sudoku-game"

TN1ck/super-sudoku

Full featured open source sudoku with a very nice web interface.

Language: TypeScript - Size: 4.15 MB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 113 - Forks: 21

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.

Language: TypeScript - Size: 3.22 MB - Last synced at: 20 days ago - Pushed at: 12 months ago - Stars: 98 - Forks: 4

vaithak/Sudoku-Generator

A simple sudoku puzzle generator written in C++.

Language: C++ - Size: 188 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 87 - Forks: 30

xc2f/sudoLite 📦

一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序

Language: TypeScript - Size: 3.89 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 59 - Forks: 20

ymercad0/Sudoku-GUI

Simple Sudoku Game built on Pygame as a backtracking algorithm visualizer. Credits to TechWithTim for the idea.

Language: Python - Size: 101 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 48 - Forks: 11

flyingpeakock/Console_sudoku

Console application to create, solve, and play sudoku.

Language: C++ - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 18 - Forks: 1

jalbam/yasminoku

[Yasminoku] Sudoku game, generator and solver totally written in DHTML. Highly configurable.

Language: JavaScript - Size: 187 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 2

timo-a/SudoQ Fork of tim3z/SudoQ

An android app for sudoku

Language: Kotlin - Size: 19.6 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 1

huaminghuangtw/Web-Sudoku-Puzzle-Game

🎮 Welcome to my Sudoku puzzle game! - An interactive web Sudoku puzzle game developed in HTML, CSS, and JavaScript.

Language: JavaScript - Size: 897 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

firateski/SudokuLibrary

C# Sudoku library that can solve, generate and check the Sudoku puzzles.

Language: C# - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 6

Nisheet-Patel/Sudoku-Solver-Pro

Sudoku Solver Pro, generates Sudoku puzzle, solve with visualization of Backtracking Algorithm

Language: Python - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 2

foxzool/nyt_sudoku

A sudoku puzzle game made by Bevy game engine

Language: Rust - Size: 27 MB - Last synced at: 17 days ago - Pushed at: 28 days ago - Stars: 10 - Forks: 0

larapollehn/sudoku 📦

Solve Sudoku Puzzles of various levels or let the App solve Sudokus for you 🗾

Language: TypeScript - Size: 11.6 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 3

hadialqattan/sudoku

This is a GUI Sudoku game with a solver. The solver was implemented using the backtracking algorithm.

Language: Python - Size: 18.3 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 2

mariuszgromada/Janet-Sudoku

Java Android .NET Sudoku Generator & Sudoku Solver Library

Language: C# - Size: 1.63 MB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 3

Choaib-ELMADI/sudoku-in-c

Creating a Sudoku solver using the C programming language.

Language: C - Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

JuliaSzymanska/Sudoku_Game

GUI Java implementation of the popular game sudoku.

Language: Java - Size: 6.98 MB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 5

MartinGurasvili/Sudoku

This is a UI Sudoku Game And Solver that makes use of recursion and backtracking

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

LogarythmTech/Sudoku

Solve an Sudoku Game

Language: Swift - Size: 1.69 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 3

tshrestha/js-sudoku

A Sudoku generator, solver and game

Language: JavaScript - Size: 1.48 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

MartinGurasvili/Python-Terminal-Sudoku

Terminal Sudoku Written In Python

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

bernademir/Sudoku-Game

Sudoku game application

Language: Dart - Size: 1.96 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 1

olafwrieden/sudoku-gui

COMP603 Software Product - Sudoku Game 2/2 (GUI). Grade: A+

Language: Java - Size: 3.34 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 6

firateski/SudokuGameWindowsForms

Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.

Language: C# - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 1

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! 🧠

Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

wangle201210/sudoku

fyne sudoku 基于fyne 实现数独小游戏

Language: Go - Size: 90.8 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

hozer07/sudoku-qt-widgets

Sudoku game developed using Qt Widgets

Language: C++ - Size: 358 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

MusadiqPasha/Sudoko-Solver

A Python script that automates the game of Sudoku and enters it automatically into the website.

Language: Python - Size: 352 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

badhon252/sudoku

Creating a Sudoku game using Next.js with TypeScript, Prisma, and Tailwind CSS can be a great project idea.

Language: TypeScript - Size: 458 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

theabbie/sudoku

sudoku game and solver

Language: HTML - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

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.

Language: Java - Size: 193 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 5

younesaitmha/SUDOKU-Solver

implementation of sudoku solver with pygame

Language: Python - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

phoemur/sudoku

Simple Sudoku Game in C++17 / Qt5

Language: C++ - Size: 172 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

cotur/Sudoku-Creator

Create 9x9 unique sudoku table

Language: PHP - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 1

dferber90/sudoku-solver

123456789. Sudoku solver. Finds all solutions.

Language: JavaScript - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 1

dhimant1990/SudokuSolver-AndroidStudio

SudokuSolver Grabe Data From Image - AndroidStudio

Language: Java - Size: 123 MB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0

rajszym/Sudoku

Sudoku game, solver and generator

Language: C++ - Size: 509 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

nidhiupman568/SUDOKU-GAME

🎉Welcome to the Sudoku Game project! 🎮🧩 Dive into the world of puzzles 🔍 with this classic Sudoku game, where logic 🧠 and strategy ♟️ come together. Built with HTML 📄, CSS 🎨, and JavaScript 💻, this game offers an immersive experience 🌟 for Sudoku enthusiasts. ✨🔢

Language: JavaScript - Size: 41 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

dbryan17/dbryan17.github.io

Sudoku, sudoku graph, Fractal Voyager

Language: JavaScript - Size: 4.32 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

itsAlisha/All-my-Projects

This is a Repository of all the Projects made by me or my fellow group mates till date..!

Language: Java - Size: 17.8 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

theflynn49/fsudoku

sudoku game app for Agon Light

Language: C - Size: 116 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

michaelcw02/Sudoku

Project of Programming Paradigms course

Language: JavaScript - Size: 4.46 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 4

kayleenasser/Meowdoku

My favourite puzzle game with a fun feline twist. Android app in development.

Language: C# - Size: 12.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

berkSahin/Sudoku

Basic Unique Sudoku Generator and Solver

Language: C# - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

kurtanr/SimpleSudokuSolver

SimpleSudokuSolver is a library for solving sudoku puzzles written in C#

Language: C# - Size: 214 KB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

bhimrazy/Artificial-Intelligence-Projects

This repository contains solved AI Projects.

Language: Python - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

SBTopZZZ-LG/cpp_sudoku

Sudoku (9x9) game made using C++

Language: C++ - Size: 46.9 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

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.

Language: C# - Size: 267 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

faridfadil/sudoku-game

A Sudoku game written in Python 3.9 for our Networking and Cybersecurity Python unit class.

Language: Python - Size: 679 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

ZdrzalikPrzemyslaw/Sudoku_Game Fork of JuliaSzymanska/Sudoku_Game

GUI Java implementation of the popular game Sudoku.

Language: Java - Size: 6.97 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

Davigl/sudoku-ia

🌿🤖 artificial intelligence algorithm to solve sudoku, seaweed inspired

Language: Ruby - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 1

IsmailBarkani/Sudoku-pour-enfants

Le sudoku, est un jeu en forme de grille dont le but est de la remplir avec une série des chiffres tous différents qui ne se trouvent jamais plus d’une fois sur la même ligne, dans la même colonne ou dans la même région, Puisque le jeu est destiné aux enfants, et pour simplifier, la forme de sudoku sera une grille de 4 régions, les régions étant alors des carrés de 2x2 à remplir par des objets qui attirent l’attention de l’enfant

Language: C - Size: 2.36 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

harshraj11584/fast_sudoku_solver_and_generator

Fast C++ 9X9 Sudoku Solver & Generator Program

Language: C++ - Size: 60.5 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

code4everything/sudoku 📦

一个操作简单的数独小游戏

Language: C# - Size: 106 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

sudoku-game-paly/sudoku

Welcome to Visit https://sudokuonline.cc/ — Play Sudoku Online

Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

pradeepkumar24rk/JavaProgramming

This repository goal is to learn Basic Problems, Data Structure and Algorithms in java

Language: Java - Size: 17.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

bruce965/QuickSudoku

Sudoku puzzle solver (DONE), grader (WIP), and generator (WIP)

Language: C# - Size: 60.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

dvaruas/sudoku

Sudoku game

Language: TypeScript - Size: 144 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

danielamiranda/3d-sudoku_python-dash

3d-sudoku prototype using Pulp library from Python and Dash for the GUI

Language: Python - Size: 40 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 2

QuentinWach/Sudoku

Generate Sudokus of any difficulty, generate beautiful images of them or just save them as .txt files, and solve them using a backtracking algorithm. I then ask: Can neurosymbolic AIs learn Sudoku, too?

Language: Python - Size: 312 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

doduoduoniaodo/Sudoku-Game

A Sudoku Game

Language: Python - Size: 27 MB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

s4shibam/sudoku-wizard

Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any Sudoku puzzle.

Language: JavaScript - Size: 97.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

DNXEMPIRE-1/Sudoku-Puzzle

Data Structure and Algorithym Sudoku Puzzle

Language: HTML - Size: 4.88 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

sr-tamim/sudoku-c-program

Sudoku game built using C programming language and backtracking algorithm

Language: C - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

trongtai37/sudogame

A new fast, light and comprehensive Sudoku library, powered by SAT encoding!

Language: TypeScript - Size: 946 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

GeoffreyFClark/sudoku

Fully-functional Sudoku using PyGame.

Language: Python - Size: 1.44 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Kimeon836/Sudoku-Solver-and-Game

Solves any sudoku puzzle using backtracking algorithm while visualizing the whole process. It's a web application made using Django. It contains a million different puzzles to be solved by you or the computer.

Language: Python - Size: 2.67 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

jhasuraj01/sudoku

This is an online Sudoku Game built using React. This project was developed to demonstrate application of Data Structures and Algorithms in Game Development.

Language: TypeScript - Size: 4.06 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

Jonqora/racket-sudoku

Feature-rich sudoku application coded entirely in a Lisp-based, pure-functional language (Racket ISL).

Language: Racket - Size: 94.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

mikeynap/Hodoku Fork of PseudoFish/Hodoku

Hodoku with Chaining/Autofill Singles/Auto Toggle Candidates and more! Fork of PseudoFish's Fork.

Language: Java - Size: 4.97 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

enepeti/TypeSudoku

Sudoku game, implemented in the TypeScript type system

Language: TypeScript - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

isinsuarici/Sudoku

A java program that generates and solves sudoku.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ChildishGiant/sudoku

Language: HTML - Size: 1.07 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

chinmay29hub/sudoku-solver

A simple python code to solve a sudoku puzzle

Language: Python - Size: 497 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

canbax/sudokuSolver

Implementation of Peter Norvig's sudoku solving and backtracking algorithms in java.

Language: Java - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

netomi/sudoku-trainer

A sudoku solver / trainer.

Language: Kotlin - Size: 2.61 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

timlg07/Sudoku-Solver

A program that can solve sudokus of all sizes.

Language: Java - Size: 438 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

rickben/super_sudoku

Final project for the class "0368-2161 Software project TAU". In this task we created a sudoku board game in which: 1. The player can load a board from a file and play. or 2. The player can edit a new (9x9) board or load a board from a file and save him to a file - for a later use

Language: C - Size: 553 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

rcarubbi/Carubbi.Sudoku

A Sudoku solver in .net with LINQ expressions

Language: C# - Size: 131 KB - Last synced at: 5 days ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

ahmed-dinar/sudoku-game

A hard coded low level sudoku game written in c++ using ncurses

Language: C++ - Size: 38.1 KB - Last synced at: 20 days ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

R3DHULK/sudoku-master

A modern, responsive Sudoku game with multiple board sizes, difficulty levels, and a stunning dark theme interface. Built with vanilla HTML, CSS, and JavaScript.

Language: JavaScript - Size: 25.4 KB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 1 - Forks: 0

bocaletto-luca/Sudoku

Sudoku WEBGAME

Language: HTML - Size: 30.3 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

64one/sudoku

A modern Python-based Sudoku game with multiple difficulty levels, intelligent hints, conflict detection, and a clean interface. Perfect for both beginners and advanced players.

Language: Python - Size: 229 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

AhmedMahmoudMetwally/Sudoku-Game

Project in Introduction to Artificial Intelligence

Size: 9.77 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

ahmetemre3829/sudoku-generator

Python ile yazılmış sudoku üreticisi

Language: Python - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

JepardMay/sudoku-react-ts

Sudoku puzzle game

Language: TypeScript - Size: 465 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

konstfish/sudoku

🧩 Sudoku Game Engine & Generator

Language: Vue - Size: 156 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

beliumgl/SudokuSolver

C++23 implementation of a Sudoku solver that can solve standard 9x9 Sudoku puzzles (can be modified) using backtracking algorithms. It is designed to be efficient, easy to use, and extendable for future enhancements.

Language: C++ - Size: 27.3 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

andizk4kx/jsudoku

A Sudoku program for playing on your Desktop or printing the game on paper.

Language: Euphoria - Size: 1.57 MB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

wisepythagoras/go-sudoku-gen

A small and fast program that generates moderately difficult and difficult Sudoku puzzles. Written in Go and without external dependencies.

Language: Go - Size: 190 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

MoncefST/Sudoku

Projet de SAé n°3 : Conception du jeu Sudoku en Java (Créateur de grille, Solveur et jeu)

Language: Java - Size: 36.8 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

OuterCyrex/sudoku

a short sudoku game project

Language: JavaScript - Size: 1.7 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Yodakole1/sudoku_python

Sudoku

Language: Python - Size: 34.2 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

mDeram/sudoku-frontend

Multiplayer sudoku game

Language: TypeScript - Size: 704 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

MatrosMartz/vimdoku

Vimdoku is a unique web-based puzzle game that brings the power of Vim's keyboard shortcuts to the classic game of Sudoku.

Language: TypeScript - Size: 2.03 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

VitalyNichipienko/Sudoku

Sudoku game in Unity for Android

Language: C# - Size: 34.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kordoulakis/JavaSwing---Sudoku

Sudoku game with 3 modes built in Java using Swing.

Language: Java - Size: 392 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

vladislav-bordiug/sudoku_qt_quick

This is a cross-platform (both desktop and mobile) Sudoku Qt Quick application. The application logic is implemented in JavaScript and the appearance is implemented in QML.

Language: QML - Size: 206 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

itsluketwist/sudoku-gaming

A sudoku gameplay client: including interactive gameplay, a board generator with difficulty options, and an efficient puzzle solver.

Language: Python - Size: 47.9 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Shayna003/sudoker

A Sudoku Solver & Generator

Language: Java - Size: 22.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0