Skip to content

Commit 6e6d5d6

Browse files
committed
Add ProgressionKit to collection
1 parent 795b416 commit 6e6d5d6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A collection of Swift Packages by ThatFactory.
2121
- πŸŒ… [ImageTools](https://github.com/thatfactory/image-tools): Multiplatform `PhotoKit`/`Core Graphics` wrapper.
2222
- πŸ“š [LingoKit](https://github.com/thatfactory/lingokit): A plug-and-play, UI-agnostic Swift toolkit for building and scoring language-learning exercises.
2323
- ⚑ [ObservableWebSocket](https://github.com/thatfactory/observable-websocket): Establishes `WebSocket` connections, publishes received messages/errors.
24+
- πŸ“ˆ [ProgressionKit](https://github.com/thatfactory/progresskit): A reusable progression engine that turns player performance into configurable XP, levels, and unlocks across games and apps.
2425
- 🧰 [Toolbox](https://github.com/thatfactory/toolbox): A collection of useful Swift tools.
2526

2627
# Integration

β€Žpackages.jsonβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"observable object",
3131
"OSLog",
3232
"PhotoKit",
33+
"progression",
3334
"reading",
3435
"speaking",
3536
"state machine",
@@ -74,6 +75,9 @@
7475
{
7576
"url": "https://github.com/thatfactory/observable-websocket.git"
7677
},
78+
{
79+
"url": "https://github.com/thatfactory/progresskit.git"
80+
},
7781
{
7882
"url": "https://github.com/thatfactory/toolbox.git"
7983
}

0 commit comments

Comments
Β (0)