Create, edit, and check puzzles of varying kinds.
PuzzleKit is a Swift package designed to let developers work with various types of puzzles with known rules, such as Sudoku, The Witness, and Taiji.
PuzzleKit guarantees support for the following platforms:
- macOS Ventura (13.0) or later
- iOS 16 or later
- tvOS 16 or later
- watchOS 8 or later
To add the package as a dependency to your project, add the following to your Package.swift:
dependencies: [
.package(url: "https://github.com/alicerunsonfedora/puzzlekit",
branch: "main")
]
Or go to File -> Add Package Dependencies... in Xcode to add the dependency.
PuzzleKit is licensed under the MIT license.