Skip to content

Commit 9b28c64

Browse files
committed
Update README.md
1 parent 107533c commit 9b28c64

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
11
# GameKitService.swift
22

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+
[![Swift](https://github.com/SwiftPackageRepository/GameKitService.swift/workflows/Swift/badge.svg)](https://github.com/SwiftPackageRepository/GameKitService.swift/actions?query=workflow%3ASwift)
9+
[![codecov](https://codecov.io/gh/SwiftPackageRepository/GameKitService.swift/branch/main/graph/badge.svg)](https://codecov.io/gh/SwiftPackageRepository/GameKitService.swift)
10+
![Platforms](https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS-lightgrey.svg)
11+
[![License](https://img.shields.io/github/license/SwiftPackageRepository/GameKitService.swift)](https://github.com/SwiftPackageRepository/GameKitService.swift/blob/main/LICENSE)
12+
![Version](https://img.shields.io/github/v/tag/SwiftPackageRepository/GameKitService.swift)
13+
[![Swift Version](https://img.shields.io/badge/swift-5.1-orange.svg?style=flat)](https://developer.apple.com/swift)
14+
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-orange.svg?style=flat)](https://github.com/apple/swift-package-manager)
15+
[![README](https://img.shields.io/badge/-README-lightgrey)](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

Comments
 (0)