https://github.com/nathanfallet/gamified
A swift package/android library to provide stats and gamification to your app.
https://github.com/nathanfallet/gamified
android game kotlin spm stats swift
Last synced: 8 months ago
JSON representation
A swift package/android library to provide stats and gamification to your app.
- Host: GitHub
- URL: https://github.com/nathanfallet/gamified
- Owner: nathanfallet
- License: gpl-3.0
- Created: 2023-01-27T12:53:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T13:29:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T22:22:17.277Z (over 1 year ago)
- Topics: android, game, kotlin, spm, stats, swift
- Language: Kotlin
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gamified
[](LICENSE)
[]()
[]()
[]()
[](https://www.codefactor.io/repository/github/NathanFallet/Gamified)
[](https://www.codetriage.com/nathanfallet/gamified)
A swift package/android library to provide stats and gamification to your app.
## Installation
### iOS
Add `https://github.com/NathanFallet/Gamified.git` to your Swift Package configuration (or using the Xcode menu: `File` > `Swift Packages` > `Add Package Dependency`)
See the [full documentation](DOCUMENTATION_IOS.md) for usage.
### Android
Add the following to your `build.gradle` file:
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation 'me.nathanfallet.gamified:gamified:1.1.1'
}
```
See the [full documentation](DOCUMENTATION_ANDROID.md) for usage.