Which 2d Game Engine

yolky

Member
Jul 21, 2015
7
0
0
Visit site
I figured I should learn some game engine for android because drawing everything on canvases is pretty tedious and feels inefficient. It seems a lot of people are using unity. Which engine would you guys recommend for a beginner getting into simple 2d games?

Thanks for your time.
 

Thive_Dev

Member
Jul 21, 2015
10
0
0
Visit site
You say it. Unity is one of the userfriendly engines on the market. Especially for people learning 2d games development. The are also hundreds of tutorials for beginners.
 

Pojkar

New member
Jul 21, 2015
3
0
0
Visit site
I agree, that Unity is one of the best option for any game on any smartphone device.
And other option could be Cocos2d-x - it's C++ library. You can use it for Android, iOS, Window phone and others...
 
Sep 15, 2015
9
0
0
Visit site
I use cocos2d-x, but it can be a hard way if you are not used to program in c++. This framework also has a Javascript "version" (bindings) that I think is easier to understand if you don't mind about performance issues