I want to announce my first game made with Gideros. It's a kind of match-two game. Game characters were created by one of my friend. You can find it here in the Google Play store:
Work very smoothly on my Xperia PLAY. Well done! I even wrote a Facebook message via the Facebook button you have so that works correctly. One thing I would say, you should make the "back" and "menu" buttons clearer. ATM they blend in with the background.
I have updated my app. Added Leaderboard and Achievements. Thanks Gideros for this platform and ar2rsawseen for perfect plugin. Btw, i needed something like this while examining google play game services. Is it possible to add a function to plugin to understand that user is connected already or not?
static public void isSignedIn(){ return mHelper.isSignedIn(); }
Comments
Nice but I have a criticism or 2.
The menu button is too close to the bottom of playing area and as such it is very easy to touch when you meant to touch the pieces on bottom right.
Sometimes, the playing area will not respond to touches at all (usually after I have accidentally touched menu).
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
static public void isSignedIn(){
return mHelper.isSignedIn();
}
Or is there anything that i missed?