Skip to content
View awenjie's full-sized avatar

Block or report awenjie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stars

Sudoku

22 repositories

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Python 710 343 Updated Oct 17, 2024

C++实现的跨平台数独游戏,命令行操作易上手,可以在开发间隙用来放松身心。数百行代码,初学者也可以轻松掌握。

C++ 1,379 291 Updated Jun 3, 2025

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it

Python 1,017 156 Updated Jul 6, 2023

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.)

Objective-C 329 61 Updated Sep 29, 2011

a sudoku game written in React Native

JavaScript 651 142 Updated Nov 7, 2016

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 …

HTML 148 66 Updated Oct 31, 2018

C# Sudoku solver that uses human techniques; no brute-forcing.

C# 67 37 Updated Nov 27, 2023

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 recognitio…

Python 285 56 Updated Sep 17, 2020

mpvue版 ——H5 和 微信小程序同时开发 数独游戏

Vue 118 55 Updated Jul 17, 2018

Game examples implemented as .NET console applications primarily for providing education and inspiration. :)

C# 972 161 Updated May 16, 2024

A simple Sudoku generator and solver. 数独生成器和解题器

Python 178 25 Updated Jan 13, 2023

Solves sudoku in a real time webcam feed

Python 220 44 Updated Jul 25, 2020

Solving Every Sudoku Puzzle

Python 62 35 Updated Jul 4, 2022

🎯 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 interac…

Python 95 59 Updated Jun 26, 2024

This is the fun numbers game classic for tons of fun that is written in C#. No XNA/Monogame used here. Straight C# WinForms native app

C# 5 1 Updated Sep 8, 2018

WPF application for the sudoku game

C# 7 Updated Dec 6, 2022

A code exercise to create a Suduko Solver using .NET

C# 6 2 Updated Jun 26, 2015

Sudoku Solver in C#, as a Code Review . StackExchange weekend challenge

C# 5 3 Updated Jul 4, 2015

A simple Sudoku game written in C# with WPF

C# 6 1 Updated May 4, 2016

使用 C# 和 WPF 制作的数独生成器,支持文件(CSV)导入导出。

C# 8 2 Updated Feb 17, 2021

A sudoku solver in C#/WPF

C# 8 Updated Sep 11, 2014