How to create a tiled map for an RPG

How would you create a tiled base for an RPG? Is there some way of using it in an array?
[95 byte] By [Chris1234554a] at [2007-11-26 22:00:41]
# 1
Your question is very vague. What are you having problems with?
CaptainMorgan08a at 2007-7-10 4:00:47 > top of Java-index,Other Topics,Java Game Development...
# 2
I am having trouble where to start or what to do because I havent made a tile based game yet.
Chris1234554a at 2007-7-10 4:00:47 > top of Java-index,Other Topics,Java Game Development...
# 3

> I am having trouble where to start or what to do

> because I havent made a tile based game yet.

I'd start by finding a tutorial with the aid of a search engine. You did not mention you already performed such a search, so I'm assuming you haven't done it yet:

http://www.google.com/search?hl=en&q=tile+based+game+java+tutorial&btnG=Google+Search

prometheuzza at 2007-7-10 4:00:47 > top of Java-index,Other Topics,Java Game Development...
# 4
> How would you create a tiled base for an RPG? Is> there some way of using it in an array?yes, it is possible.In fact it's probably a very good way (performancewise at least) to do it.
jwentinga at 2007-7-10 4:00:47 > top of Java-index,Other Topics,Java Game Development...