Climbers, the open source game by Sergey Tikhonov is now integrated with Playtomic's analytics. Game developers, feel free to use this example to integrate Playtomic's APIs into your game.
- Custom metrics
- Level metrics
- Heatmaps
- Game Intro Menu : "Play", "More games" and "Source code" button
- Levels : Begins, Fails, Restarts, Percentage of stars collected
- Heatmaps : Snap positions of the climbers, in all 15 levels
Tip: after cloning the project, search for all "Playtomic" instances in Game.m, to see how we did it.
View the public dashboard
Notice how we can study the player's movement based on where they tend to snap the climbers. Combined with level metrics, we can design better levels!
Future implementations ( which you can do yourselves, by reading the iOS documentation )
- Game leaderboards
- Player generated levels
- Game variables (stored on Playtomic, loaded onto the game at runtime. Allows for realtime variable tweaking )