cutiedroid
Member
Okay.
Sent from my DROID2 GLOBAL using DroidForums
Sent from my DROID2 GLOBAL using DroidForums
It works perfectly fine on my Thunderbolt. Fun little game. I love the look of the game. How was it working with the Corona SDK? I was thinking of using it to possibly make a game for my senior project.
Its not really my type of game, but it looks really nice. I'm always glad to see developers creating new android:greendroid: games. I'll have to show my girlfriend this one. She likes them. Good luck!
Wow thank you for the link Kam! That's a really nice tutorial you made there. Will definitely be helpful. Originally I only had android in mind, but the more I think about it, having it on both android and iOS would be nice too, so I might go that route.It works perfectly fine on my Thunderbolt. Fun little game. I love the look of the game. How was it working with the Corona SDK? I was thinking of using it to possibly make a game for my senior project.
Corona is really easy to work with. It uses lua, which was made for non developers. The only thing is that their android support isn't too great. They just dropped arm6 support and also os versions below 2.2 :/
I made a tutorial with a list of tricks etc that I learnt. If you look at section 7 there is an explanation about which corona versions have which problems, and how to support < 2.2 and arm6. This should give you an idea of how much of a mess it is!
Corona Tips
If you want to only target Android there are better options - check out andengine. If you want to target iOS its perfect. If you want to target both, then its still the best option but only by a slim margin. Just stick to the versions I listed in my doc.