Releases: Skenvy/Sudoku
Releases · Skenvy/Sudoku
Version 0.2.0
What's Changed
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
What's Changed
- Bump junit from 4.11 to 4.13.1 in /Sudoku/APP by @dependabot in #2
- Bump junit from 4.11 to 4.13.1 in /Sudoku/GUI by @dependabot in #1
- First modernising by @Skenvy in #4
- Workflows by @Skenvy in #5
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v0.0.0...v0.1.0
v0.0.0: The pre-existing project.
An implementation of a Sudoku solver, with Java JFrame, that I made during uni in 2013, as the first project I really enjoyed, with the intent of formalising how easy a particlar sudoku puzzle would be to solve by determining what moves can be made deterministically, rather than just iterating guesses. It wasn't shiny; this is preserving the fossil that was.