Skip to content

alicerunsonfedora/puzzlekit

Repository files navigation

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.

About

Create, edit, and check puzzles of various forms and types.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages