All Projects → JoeKarlsson → python-sudoku-generator-solver

JoeKarlsson / python-sudoku-generator-solver

Licence: MIT license
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!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-sudoku-generator-solver

sudoku
A very fast Java Sudoku library implementation along with a command line client
Stars: ✭ 15 (-74.14%)
Mutual labels:  sudoku-solver, sudoku, sudoku-generator
Resolvedor-de-Sudoku
Resolver Sudoku de genina.com
Stars: ✭ 17 (-70.69%)
Mutual labels:  sudoku-solver, sudoku
neuro-symbolic-sudoku-solver
⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
Stars: ✭ 60 (+3.45%)
Mutual labels:  sudoku-solver, 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 (-12.07%)
Mutual labels:  sudoku-solver, sudoku
sudoku-solver
A simple sudoku solver
Stars: ✭ 16 (-72.41%)
Mutual labels:  sudoku-solver, sudoku
sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
Stars: ✭ 55 (-5.17%)
Mutual labels:  sudoku, sudoku-generator
Sudoku
A sudoku solver using brute forces and logical techniques.
Stars: ✭ 49 (-15.52%)
Mutual labels:  sudoku
Hodoku
Hodoku is a solver/generator/trainer/analyzer for standard sudoku.
Stars: ✭ 49 (-15.52%)
Mutual labels:  sudoku
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (-1.72%)
Mutual labels:  sudoku-solver
Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-77.59%)
Mutual labels:  sudoku
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+10.34%)
Mutual labels:  sudoku
grilops
a GRId LOgic Puzzle Solver library
Stars: ✭ 29 (-50%)
Mutual labels:  sudoku-solver
go-sudoku
A web-based sudoku solver powered by OpenCV and Go
Stars: ✭ 17 (-70.69%)
Mutual labels:  sudoku-solver
sudoku
Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
Stars: ✭ 15 (-74.14%)
Mutual labels:  sudoku
ConstraintSolver.jl
ConstraintSolver in Julia: Blog posts ->
Stars: ✭ 107 (+84.48%)
Mutual labels:  sudoku
sudoku
A Sudoku web app in React.
Stars: ✭ 50 (-13.79%)
Mutual labels:  sudoku
hsudoku
A native gtk sudoku game written in haskell
Stars: ✭ 31 (-46.55%)
Mutual labels:  sudoku
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+500%)
Mutual labels:  sudoku
PlaySudoku
PlaySudoku, a web sudoku game.
Stars: ✭ 25 (-56.9%)
Mutual labels:  sudoku
Sudoku-Pattern-Generator-App
Android App for Generating Sudoku Number Pattern
Stars: ✭ 15 (-74.14%)
Mutual labels:  sudoku-generator

Python Sudoku Generator and Sudoku Solver

about

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!

Suodku Generator Usage

This program requires that you have Python installed on your computer. In terminal, browse to the folder location and run

python sudoku.py main

To adjust the diffculty level of the generated Sudoku puzzle, browse to suodku.py and change the variable 'level' to the desired difficulty levels, which include ‘Easy’ ‘Medium’ ‘Hard’ and ‘Insane’.

B.Y.O.T (bring your own tests)

See more at www.callmejoe.net Made by Joe Carlson 2015

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