MiniMindGames.com Posted October 17, 2016 Share Posted October 17, 2016 1. Do people play really multi-platform? I mean is cross device persistence really needed. I make HTML5 games and it seems most players play only on desktop. 2. Any useful services around? I've used Google's and Facebook's scores API, but players don't want to login. It's like 5% on Facebook and <1% on Google. 3. Host your own? Which open source play services you use? That should be maintenance free and work without login. Quote Link to comment Share on other sites More sharing options...
bdekk Posted October 20, 2016 Share Posted October 20, 2016 I guess that most people do play certain games on certain devices. I myself like to play puzzle games but only on mobile when I am commuting. However I play RPG or other games on a console or desktop when I am at home. Take that into account when deciding upon this but it heavily depends on your game. About services, google and facebook score API's serve well. If you want to have a bit more flexibility you could take a look at firebase (also for multiplayer games). https://firebase.google.com/docs/auth/. They also provide anonymous users (https://firebase.google.com/docs/auth/web/anonymous-auth) which give the user the option to save their stats later on. MiniMindGames.com 1 Quote Link to comment Share on other sites More sharing options...
MiniMindGames.com Posted October 21, 2016 Author Share Posted October 21, 2016 Your point makes sense. Thanks. I haven't noticed Firebase before, but it seems to be just what I need right now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.