Hi everyone!
I finished and published on Google Play my first game (the first game for mobile devices and the first game based on Gideros Mobile). Tetcolor - is a remake of classic game:
http://play.google.com/store/apps/details?id=eu.romka.tetcolor (why I cant't post links?).
In this game I used following libraries: GiderosCodingEasy, dataSaver, TNTVirtualPad (for "pro" controls mode), TextWrap, Scene Manager, checkbox, BhPopups, Flurry and several other. Thanks to authors of this projects. Also I developed my own simple leaderboards server based on Python framework Twisted:
http://github.com/romka/leaderboards-server. If it interesting for someone I can publish Gideros client for this server.
I spent near 3 months to develop this game (I was working for it at free out of main job time).
I will be pleasant for any opinions and reviews.
Comments
What are you using for leaderboard?
And congrats on the game
Just my $0.02 worth
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
http://artleeapps.com/
Bubble Adventure - Colors
@Scouser, yes, I agree with you, that it is preferable to use such services as Google play services. But now Gideros plugin for integration with this service have status "Experiment" and I decided to create my own solution.
I've published on Github my leaderboards-server: https://github.com/romka/leaderboards-server and Gideros-client for this server: https://github.com/romka/leaderboards-gideros-client. To use this projects in production you need to install leaderboards-server on your own hosting, but for testing purposes I ran test version of this server on my own hosting and you can test Gideros client without installation of any server software.