A fast sudoku solver in processing 3
data | ||
images | ||
CambiaTitoloeIcona.pde | ||
Celle.pde | ||
Classe_Cella.pde | ||
Classe_ThRisolutore.pde | ||
Classe_ThTiming.pde | ||
KeyPressed.pde | ||
LICENSE | ||
MouseClicked.pde | ||
README.md | ||
SudoSolver.pde |
SudoSolver
Description
A simple sudoku solver in processing 3
Instructions
- select any cell with left click, move with arrows
- pres Del to delete any cell content
- press R to solve the sudoku
- the algorithm prevent you to insert a number in a wrong cell
Start with an empty map.
Write some number into the map.
Press R
Good work!
Executables
You can find the executables for windows and linux, arm architecture supported: releases.
Executables Requirements
Development Requirement
Processing 3.1+ (best) until 3.5.4 should be fine.
Installation and run
Download processing 3
run it in the IDE
This is a Processing 3 Project. You need the Pframe library to compile and run the code.
Extract the library in a separate folder into sketchbook libraries folder:
- Default libraries folder:
<user>\Documents\Processing\libraries
. If it doesn't exist, create it.
License
All my work is released under DBAD license