Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeantimex/swiftyklotski

🕹️Swift library to solve Klotski puzzle game with efficient algorithm.
https://github.com/jeantimex/swiftyklotski

algorithm example klotski puzzle-game swift swift-library

Last synced: 11 days ago
JSON representation

🕹️Swift library to solve Klotski puzzle game with efficient algorithm.

Awesome Lists containing this project

README

        

# SwiftyKlotski

[![CI Status](https://img.shields.io/travis/jeantimex/SwiftyKlotski.svg?style=flat)](https://travis-ci.org/jeantimex/SwiftyKlotski)
[![Version](https://img.shields.io/cocoapods/v/SwiftyKlotski.svg?style=flat)](https://cocoapods.org/pods/SwiftyKlotski)
[![License](https://img.shields.io/cocoapods/l/SwiftyKlotski.svg?style=flat)](https://cocoapods.org/pods/SwiftyKlotski)
[![Platform](https://img.shields.io/cocoapods/p/SwiftyKlotski.svg?style=flat)](https://cocoapods.org/pods/SwiftyKlotski)

A Swift library for solving Klotski puzzle games with efficient algorithm.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

SwiftyKlotski is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'SwiftyKlotski'
```

## Author

Yong Su, [email protected]

## License

SwiftyKlotski is available under the MIT license. See the LICENSE file for more info.