Computer Science Canada Recommend Java framework/library for android 2D game development. |
Author: | raaing99 [ Sat Dec 13, 2014 1:21 pm ] |
Post subject: | Recommend Java framework/library for android 2D game development. |
NOTE: I tried posting this topic in the Java forum but it told me : "Sorry, but only users granted special access can post topics in this forum.", so I figured I should post here, sorry if this is the wrong forum. People are using tons of Java frameworks/libraries/engines for 2D android game development. I have experience in the android SDK as well as in game development in general. However, what engine/framework/library do you recommend for me to begin developing 2D android games with Java? and what is the best site/tutorials/books do I learn to use it from? any help would be highly appreciated. |
Author: | DemonWasp [ Sat Dec 13, 2014 3:03 pm ] |
Post subject: | RE:Recommend Java framework/library for android 2D game development. |
Based on answers from http://gamedev.stackexchange.com/questions/89/2d-gaming-libraries-frameworks-engines-for-android , it looks like your best options are libGDX (http://libgdx.badlogicgames.com/) and AndEngine (http://www.andengine.org/). You can learn about either of them from the tutorials on their sites. |
Author: | raaing99 [ Sun Dec 14, 2014 3:28 am ] |
Post subject: | Re: Recommend Java framework/library for android 2D game development. |
DemonWasp wrote: Based on answers from http//gamedev.stackexchange.com/questions/89/2d-gaming-libraries-frameworks-engines-for-android , it looks like your best options are libGDX (http//libgdx.badlogicgames.com/) and AndEngine (http//www.andengine.org/). You can learn about either of them from the tutorials on their sites. I looked intro both of them, and thats what I found out: 1) LibGDX is crossplatform and more of a graphical library than a game lib/engine. 2) AndEngine is for android only and it is more friendly for newbies. Based on that I think that AndEngine is more suitable for my needs because I need to develop games only for android an I'm not interested in making 3D games. Thank you for you assistance. |
Author: | millan123ta [ Tue Jan 29, 2019 8:27 am ] |
Post subject: | Re: Recommend Java framework/library for android 2D game development. |
I would like to start developing a 2D game for Android, but i haven't got the slightest clue where to start. For instance, how are the Angry Birds games developed? I'm guessing it's a 2D engine or something? Can anyone shed some light on the matter? Anything is appreciated as i have zero ideas on where to look first. |