Saturday, December 1, 2012

Mobile Game Engine

Recently, I did a search about game engine for developing mobile game.
Found some very useful websites and resources.
Let me share them here.

Many tutorials about iPhone & Android game development. It seems iPhone game development is hoter, using a popular game engine cocos2d-iPhone
http://www.raywenderlich.com


Unity3d, using Unity3d to make 2d games with lots of popular plugins (Orthello, iTween, A*Pathfinding)
http://www.rocket5studios.com

When I'm checking a image tool I found below, I found some other game engines, hope them have some use to you.

TexturePacker
http://www.codeandweb.com/texturepacker

Others:


I'm still thinking about which one is better for me, Unity3d is powerful and can deploy to many platforms.
cocos2d-iPhone seems better for iPhone app development.

if you have any idea, just feel free to leave your comment.

Thanks.