Skip to content

mariuszgromada/Janet-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janet-Sudoku logo

If you found the software useful donation is something you might consider :-)

paypal

Janet-Sudoku - Java Android .NET Sudoku Generator & Sudoku Solver Library

+ --- --- --- + --- --- --- + --- --- --- +
| 9 | 7 | |
| 1 | 2 | 8 |
| 2 | 9 | 3 |
+ --- --- --- + --- --- --- + --- --- --- +
| 8 | | 4 |
| 1 | 9 | 5 |
| 5 | 6 | |
+ --- --- --- + --- --- --- + --- --- --- +
| | 7 | 4 |
| 1 | 8 | 9 |
| | 3 | 6 |
+ --- --- --- + --- --- --- + --- --- --- +

Sudoku Solver API

  • simple solving
  • path / sequence leading to the solution
  • evaluating solution existence
  • finding all solutions
  • puzzle / solution loading / saving
  • solving randomization options
  • error handling (error codes, messages)

Sudoku Generator API

  • random generator
  • generator based on puzzle
  • generating randomization options
  • error handling (error codes, messages)

Store API enabling variety of operations

  • 160 built-in puzzle examples
  • A bunch of built-in operations enabling puzzle modification (i.e. rotation, reflection, swapping, permutation, ...)
  • Puzzle checking
  • Puzzle loading and saving
  • Rating puzzle difficulty

Janet Sudoku Demo App - command line tool based on the library

  • Puzzle loading
  • Puzzle generating
  • Puzzle evaluating
  • Puzzle solving
  • Puzzle rating
  • Puzzle saving

s1 s1 s1 s1 s1 s1 s1 s1 s1

Regression tests

  • Large number of regression / unit tests

If you found the software useful donation is something you might consider :-)

paypal