Skip to content

v0.1.1

Latest

Choose a tag to compare

@timvink timvink released this 21 Mar 12:26
· 466 commits to main since this release

Full Changelog: v0.1.0...v0.1.1

  • Add Puzzle.from_string()

You can now create a puzzle from a string:

string = "2.48........7.5....13.....9..7.......26....3.3...26.4...9..845.87.....16....6.2.."
puzzle = Puzzle.from_string(string)
puzzle.solve()