Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonchalant/numberlink
Generate NumberLink in Swift
https://github.com/nonchalant/numberlink
carthage numberlink swift xcode
Last synced: about 1 month ago
JSON representation
Generate NumberLink in Swift
- Host: GitHub
- URL: https://github.com/nonchalant/numberlink
- Owner: Nonchalant
- License: mit
- Created: 2019-02-22T15:28:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T17:48:54.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T09:39:14.607Z (3 months ago)
- Topics: carthage, numberlink, swift, xcode
- Language: Swift
- Homepage: https://www.nikoli.co.jp/ja/puzzles/numberlink/
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NumberLink
[![Build Status](https://travis-ci.com/Nonchalant/NumberLink.svg?branch=master)](https://travis-ci.com/Nonchalant/NumberLink)
[![Language](https://img.shields.io/badge/language-Swift%204.2-orange.svg)](https://swift.org)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform iOS|macOS](https://img.shields.io/badge/platform-iOS|macOS-lightgray.svg)](https://github.com/Nonchalant/NumberLink)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Nonchalant/NumberLink/master/LICENSE)## Usage
```swift
import NumberLinkvar options = NumberLinkGenerator.Options.default
options.limit = 100 // Attempts limit
options.isVerbose = truelet board = try? NumberLinkGenerator(options: options).generate(width: 7, height: 7, amountOfPins: 5)
```![Playground](Documentation/playground.png)
## Required
- Swift 4.2
- Xcode 10.1## Playground
You can try NumberLink on Xcode Playground.
1. Clone this
2. Open `NumberLink.xcworkspace`
3. Open `NumberLink.xcplayground`## Installation
```
github "Nonchalant/NumberLink"
```## Acknowledgement
**NumberLink** is a registered trademark of Nikoli Inc.