All Projects → clumsyme → PlaySudoku

clumsyme / PlaySudoku

Licence: MIT license
PlaySudoku, a web sudoku game.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to PlaySudoku

sudoku-solver
A simple sudoku solver
Stars: ✭ 16 (-36%)
Mutual labels:  sudoku
sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
Stars: ✭ 55 (+120%)
Mutual labels:  sudoku
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!
Stars: ✭ 58 (+132%)
Mutual labels:  sudoku
Sudoku
A sudoku solver using brute forces and logical techniques.
Stars: ✭ 49 (+96%)
Mutual labels:  sudoku
Hodoku
Hodoku is a solver/generator/trainer/analyzer for standard sudoku.
Stars: ✭ 49 (+96%)
Mutual labels:  sudoku
Resolvedor-de-Sudoku
Resolver Sudoku de genina.com
Stars: ✭ 17 (-32%)
Mutual labels:  sudoku
Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-48%)
Mutual labels:  sudoku
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+156%)
Mutual labels:  sudoku
sudoku
A very fast Java Sudoku library implementation along with a command line client
Stars: ✭ 15 (-40%)
Mutual labels:  sudoku
neuro-symbolic-sudoku-solver
⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
Stars: ✭ 60 (+140%)
Mutual labels:  sudoku
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.
Stars: ✭ 51 (+104%)
Mutual labels:  sudoku
sudoku
Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
Stars: ✭ 15 (-40%)
Mutual labels:  sudoku
ConstraintSolver.jl
ConstraintSolver in Julia: Blog posts ->
Stars: ✭ 107 (+328%)
Mutual labels:  sudoku
sudoku
A Sudoku web app in React.
Stars: ✭ 50 (+100%)
Mutual labels:  sudoku
hsudoku
A native gtk sudoku game written in haskell
Stars: ✭ 31 (+24%)
Mutual labels:  sudoku
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+1292%)
Mutual labels:  sudoku

PlaySudoku, a web sudoku game.

This is a web app created with Create React App. You can play the game online.

Usage

git clone git://github.com/clumsyme/PlaySudoku
cd PlaySudoku
npm install --save react react-dom
npm install --save-dev react-scripts
npm start

Take a look

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].