Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeantimex/swiftyklotski
- Owner: jeantimex
- License: mit
- Created: 2019-02-17T22:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T22:21:38.000Z (over 5 years ago)
- Last Synced: 2024-05-23T02:02:36.434Z (6 months ago)
- Topics: algorithm, example, klotski, puzzle-game, swift, swift-library
- Language: Ruby
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.