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.
Player controls two rock climbers, trying to get both to the top. Rocks are randomly generated to fall downwards. Avoid them, and collect stars along the way.
- Custom metrics
- Level metrics
- Heatmaps
- Basic GameVars
- 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!
-
The admin can tweak the variable in Playtomic's dashboard.
-
This velocity is retrieved from Playtomic's servers at the start of every level (check Game.m)
-
More use cases: store all kinds of variables to test, including difficulty, no of stars to generate per level, randomness of rock alerts, etc. Can be evolved into AB/multivariate testing.
Future implementations ( which you can do yourselves, by reading the iOS documentation )
- Game leaderboards
- Player generated levels
- More complex game variables