Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Samples on AndEngine

I want to learn AndEngine.

How should I start? I don't see any good examples. I even tried finding the downloadable source code for AndEngine and MagneTank but no luck.

like image 485
ivesingh Avatar asked Jul 29 '13 03:07

ivesingh


5 Answers

I suggest http://www.matim-dev.com/tutorials.html which includes many tutorials. These are often supported by code examples. I especially suggest the "Full game tutorial articles series". With this you will develop a game from scratch and learn very much about the AndEngine.

like image 110
Robin Ellerkmann Avatar answered Nov 08 '22 18:11

Robin Ellerkmann


Try to checkout their project from here and download some sample source from internet e.g. here and run the examples keeping both source in a common project.

like image 41
Sazzad Hissain Khan Avatar answered Nov 08 '22 19:11

Sazzad Hissain Khan


If you are looking for learning basic AndEngine game programming, I suggest looking at this book: AndEngine for Android Game Development Cookbook.

This is a very good way to start. I have learned it in just 1 week, and am now creating my own game.

like image 37
dave Avatar answered Nov 08 '22 17:11

dave


Drop Block is an exampmle from google play store.

http://jimmaru.wordpress.com/2011/09/28/andengine-simple-android-game-tutorial/

and the famous example towers......> http://www.raywenderlich.com/12065/how-to-create-a-simple-android-game

like image 29
user2628845 Avatar answered Nov 08 '22 19:11

user2628845


Since AndEngine is composed of several sublibraries I created a repo manifest to use in order to have all the needed to try the examples.

You can find it here: https://github.com/gipi/AndEngine-repo

like image 23
gipi Avatar answered Nov 08 '22 18:11

gipi