Skip to content

yurtsiv/sudoku-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Toolkit

A small application for solving and generating sudokus

Feautures

  • Sudoku solving (any complexity, but only in one way)
  • Sudoku generation (easy, medium, hard)
  • Ability to export generated/entered sudokus to PNG

Installation & running

  1. Download an archive
  2. Unpack it
  3. Go to the root directory
  4. java -jar sudoku-toolkit.jar (Java 11)

Screens

Initial screen

Solving

Generating (Easy, without solution)

Generating (Medium, with solution)

Generating (Hard, with solution)