Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 815 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 815 Bytes

PuzzleKit

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.

Support

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

Getting started

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.

License

PuzzleKit is licensed under the MIT license.