views:

70

answers:

1

I'm trying to develop an RPG for Android, so I need to paint a scenario where i'll move my character.

My idea is to do it 2D. I've developed 3D games and Java games for desktop, but in Android i don't get how to star the scenario.

Coul'd it be developed whith a matrix of information, so I coul'd know where my character steps?

Thank you in advance!

+2  A: 

On android you can nearly build a game like on a desktop. To start with simple 2d follow my tutorial series. There is also a basic 3d tutorial there:

2D: http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html

3D: http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html

WarrenFaith
Thank you Warren, i'll follow the 2D first, and i hope to learn how to manage my graphics!
Noe
And after i finish reading and undestanding you 2D tutoria, i will follow the map tutorial (http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html). I'ts just what i needed! Thank you so much!
Noe
You can take a look on how I implemented it in a simcity like game. its open source: http://www.saintfeintcity.org
WarrenFaith
Excellent 2D tutorial!
teedyay
@teedyay: thank you
WarrenFaith