Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am thinking about creating some games in Android using an engine.

The game will be in birds eye view and you will be similar in style to Command & Conquer. I will need to use some game AI as well so I want an engine that has that support also if possible.

I am prepared to pay money if necessary

Some Free ones I don't think they contain any AI

Andengine http://www.andengine.org/

Rokon http://www.rokonandroid.com/

Commercial 3D engines These are 3D enines which I don't really need for this project but maybe I can create 2D games as well.

Unity http://unity3d.com/

SHIVA http://www.stonetrip.com/

Commercial 2D Engines Some 2D enines but will not work for reasons mentioned.

CuttleFish http://www.cuttlefishengine.com/ (This will do what I want but is not released yet)

Corona2D http://anscamobile.com/corona/ (This will also work but only has a MAC installer, which I don't have)

Some of the commercial engines allow exporting to the iPhone also which is nice. I may go 3D in the future so having this option might also be useful if I was to go in that direction.

Any suggestions an what would be the best for me to use? Maybe some to definitely eliminate from the list or some extras that may be of interest.

share|improve this question
CuttleFish sounds potentially ridiculous in how awesome it would be for portability. – Terrance Nov 3 '10 at 13:07

1 Answer

I've heard good things about ShiVa and I poked around Unity for a bit a few months back. It's hard to suggest one engine or another, because it depends a great deal on: what, exactly, you want to do, what language is being used in the engine (in this case, Java, I assume, possibly with a scripting language like Lua), how proficient you are in that language, how much you want the engine to do for you & how much you want to do manually, whether you want the game to be cross-platform, how polished the tools are which come with the engine (and if you like them), and so on.

I would also consider the size of the community and the activity surrounding each engine. It's usually far easier to get help on some problem you're stuck on if there are lots of people familiar with the engine in question and actively developing games with it. Unity certainly fits this profile and can create 3D games, which, as you mentioned, would be great to have around just in case. I saw Unity has an Asset Store now, which, if your art skills are lacking (mine certainly are :)), could be very helpful. As for AI, I'm not quite sure what you mean--tools/functionality for common tasks like pathfinding or what have you may be provided, but every game has its own specific needs and requirements for both the AI itself and the audience you are targeting.

Anyway, hopefully what I said can help you choose one if you haven't already. If you're still on the fence, I would make a list of "must have" and "nice to have" features and compare the engines' features to it (along with price, if applicable).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.