Skip to content

Releases: Skenvy/Sudoku

Version 0.2.0

08 Jun 16:57
30b2b26
Compare
Choose a tag to compare

What's Changed

  • Executable JAR, Checkstyle with google's style rules. by @Skenvy in #11

Full Changelog: v0.1.0...v0.2.0

Version 0.1.0

06 Jun 16:54
1af963e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.0...v0.1.0

v0.0.0: The pre-existing project.

30 May 10:06
Compare
Choose a tag to compare

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.