Skip to content

Releases: jo-tools/sudoku

v.2.0.0

Choose a tag to compare

@jo-tools jo-tools released this 17 Dec 22:21
31d9823

What's Changed

New Features

  • Sudoku Sizes: 4x4 | 6x6 | 8x8 | 9x9 | 12x12 | 16x16
  • The solver uses Dancing Links (DLX) - Knuth's Algorithm X - for all solving operations.
  • Sudoku Canvas: allows resizing Window

Commits

Full Changelog: v.1.8.0...v.2.0.0

v.1.8.0

Choose a tag to compare

@jo-tools jo-tools released this 04 Dec 19:34
0a89af5

What's Changed

  • Exclude Candidates by @jo-tools in #20
    Optionally mark cell candidates that can be excluded
    • Locked Candidates
    • Naked Subsets
    • Hidden Subsets
    • X-Wing
  • Refactor Sudoku Logic
    Is now a Module with specialized classes
    • CandidatesSearcher
    • Grid
    • HintsSearcher
    • Puzzle
    • Solver

Full Changelog: v.1.7.0...v.1.8.0

v.1.7.0

Choose a tag to compare

@jo-tools jo-tools released this 16 Nov 20:43
f4363b4

What's Changed

This Release improves the Web Application

  • JavaScript in own Web SDK Control
  • Workarounds to get an acceptable looking PDF (still not perfect)
  • API (and Postman Collection) to generate and solve Sudoku Puzzles (Formats: Txt, Json, PDF)
  • available as a Docker Image: jotools/sudoku

Commits

New Contributors

Full Changelog: v.1.6.0...v.1.7.0

v.1.6.0

Choose a tag to compare

@jo-tools jo-tools released this 05 Nov 19:37
b67a2df

What's Changed

Full Changelog: v.1.5.1...v.1.6.0

v.1.5.1

Choose a tag to compare

@jo-tools jo-tools released this 13 Oct 15:13
f43e679

What's Changed

Full Changelog: v.1.4.0...v.1.5.1

v.1.5.0

Choose a tag to compare

@jo-tools jo-tools released this 05 Oct 16:06
09983cf

What's Changed

Full Changelog: v.1.4.0...v.1.5.0

v.1.4.0

Choose a tag to compare

@jo-tools jo-tools released this 04 Oct 11:26
bb2fc2c

What's Changed

  • Solve Cell Hints by @jo-tools in #8
    • Indicate which cells are most easiest to solve next (Naked Singles, Hidden Singles)
  • Solver Strategies by @jo-tools in #9
    • Internal switch between Solver with classic Backtracking or Solver using Strategies

Full Changelog: v.1.3.0...v.1.4.0

v.1.3.0

Choose a tag to compare

@jo-tools jo-tools released this 24 Sep 20:30
fbf6055

What's Changed

Full Changelog: v.1.2.0...v.1.3.0

v.1.2.0

Choose a tag to compare

@jo-tools jo-tools released this 14 Sep 10:02
afcf68e

What's Changed

Full Changelog: v.1.1.0...v.1.2.0

v.1.1.0

Choose a tag to compare

@jo-tools jo-tools released this 13 Sep 20:35
292c454

What's Changed

  • Generate unique solution by @jo-tools in #2
    • Enforce a unique solution when generating a Sudoku puzzle

Full Changelog: v.1.0.0...v.1.1.0