|
1 | 1 | # GameKitService.swift |
2 | 2 |
|
3 | | -A description of this package. |
| 3 | +## GameKit (GameCenter) helper for SwiftUI |
| 4 | + |
| 5 | +GameKitService is **created and maintaned with ❥** by Sascha Muellner. |
| 6 | + |
| 7 | +--- |
| 8 | +[](https://github.com/SwiftPackageRepository/GameKitService.swift/actions?query=workflow%3ASwift) |
| 9 | +[](https://codecov.io/gh/SwiftPackageRepository/GameKitService.swift) |
| 10 | + |
| 11 | +[](https://github.com/SwiftPackageRepository/GameKitService.swift/blob/main/LICENSE) |
| 12 | + |
| 13 | +[](https://developer.apple.com/swift) |
| 14 | +[](https://github.com/apple/swift-package-manager) |
| 15 | +[](https://SwiftPackageRepository.github.io/GameKitService.swift) |
| 16 | + |
| 17 | +## What? |
| 18 | +This is a **Swift** package with support for iOS/macOS/tvOS that allows to use GameKit. |
| 19 | + |
| 20 | +## Requirements |
| 21 | + |
| 22 | +The latest version of GameKitService requires: |
| 23 | + |
| 24 | +- Swift 5+ |
| 25 | +- iOS 13+ |
| 26 | +- Xcode 11+ |
| 27 | + |
| 28 | +## Installation |
| 29 | + |
| 30 | +### Swift Package Manager |
| 31 | +Using SPM add the following to your dependencies |
| 32 | + |
| 33 | +``` 'GameKitService', 'master', 'https://github.com/smuellner/GameKitService.swift.git' ``` |
| 34 | + |
| 35 | +## How to use? |
| 36 | + |
| 37 | +### GameCenter |
| 38 | + |
| 39 | +To au. |
| 40 | + |
| 41 | +```swift |
| 42 | + |
| 43 | +``` |
| 44 | + |
| 45 | +## Documentation |
| 46 | ++ [Apple Documentation GameKit](https://developer.apple.com/documentation/gamekit/) |
| 47 | ++ [raywenderlich.com: Game Center for iOS: Building a Turn-Based Game](https://www.raywenderlich.com/7544-game-center-for-ios-building-a-turn-based-game) |
| 48 | ++ [raywenderlich.com: Game Center Tutorial: How To Make A Simple Multiplayer Game with Sprite Kit: Part 1/2](https://www.raywenderlich.com/7544-game-center-for-ios-building-a-turn-based-game) |
| 49 | ++ [Medium: GameKit Real Time Multiplayer Tutorial](https://link.medium.com/Mwg3mSi4Ebb) |
| 50 | + |
| 51 | + |
0 commit comments