1page.title=Saved games help bring players back to Leo’s Fortune
2page.metaDescription=1337 & Senri implemented Google Play games services saved games in their game Leo’s Fortune.
3page.tags="developerstory", "games", "googleplay"
4page.image=images/cards/distribute/stories/leos-fortune.jpg
5page.timestamp=1456431511
6
7@jd:body
8
9
10<h3>Background</h3>
11
12<div class="figure" style="width:113px">
13  <img src="{@docRoot}images/distribute/stories/leos-fortune-icon.png"
14  height="113" />
15</div>
16
17<p>
18  1337 & Senri, a software development firm based in Gothenburg, Sweden, have
19  collaborated on a number of games, including
20  <a class="external-link"
21  href="https://play.google.com/store/apps/details?id=com.leosfortune">
22  Leo’s Fortune</a> and
23  <a class="external-link"
24  href="https://play.google.com/store/apps/details?id=com.senri.da">Devil's
25  Attorney</a>.
26</p>
27
28<h3>What they did</h3>
29
30<p>
31  Senri implemented Google Play games services saved games in Leo’s Fortune. Each saved game includes a screenshot showing the date and time of the last play session, as well as the current chapter and total play time. In addition progress information is displayed clearly in Play Games destination app’s home screen.
32</p>
33
34<p>
35  In addition, they also implemented one Leaderboard per chapter, which fits
36  well with the flow and objective of the game.
37</p>
38
39<h3>Results</h3>
40
41<div class="figure" style="width:304px">
42  <img
43   src="{@docRoot}images/distribute/stories/leos-fortune-screenshot.png"
44   srcset=
45  "{@docRoot}images/distribute/stories/leos-fortune-screenshot.png 1x
46  {@docRoot}images/distribute/stories/leos-fortune-screenshot_2x.png 2x">
47  <p class="img-caption">
48    Players can view and restart games
49  </p>
50</div>
51
52<p>
53  Adoption of cloud saved games, achievements, and leaderboards was very high
54  among players of Leo’s Fortune.
55</p>
56
57<p>
58  They found that Google Play games services users are 22 percent more likely to
59  come back after 1 day and 17 percent more likely after 2 days.
60</p>
61
62<p>
63  See examples of how 1337 & Senri integrated Google Play games services saved
64  games, achievements, and leaderboards into the
65  <a class="external-link"
66  href="{@docRoot}shareables/stories/Senri_LeosFortune_gpgs.pdf">
67  UI of Leo's Fortune</a>.
68</p>
69
70<h3>Get started</h3>
71
72<p>
73  Find out how to add
74  <a class="external-link"
75  href="https://developers.google.com/games/services/common/concepts/savedgames">
76  saved games</a> to your games and discover more about
77  <a href="https://developer.android.com/distribute/engage/game-services.html">
78  using Google Play games services</a> in your games to increase player
79  engagement and revenues.
80</p>
81