RPG help!!!

Hi, I am new to this forum and i have a problem in my java game. I have a school project that ask my group and I to do a game and i decided to do a RPG game.

But I dun know what is a tile and how to use them.

Can anyone help mi with this.

C:\Microsoft IT\1290(Innovation Project)\AsiaAlone2\Image\Xeno.gif

Oh I pmed you a link so you can use my RPG as basis and not do any work of your own, such as research.

A tile is simply a standard size image that is used for displaying your map(world). A spirit typically refers to your units, trees, rocks, buildings, rivers, etc… within the world.

I’ve found that having a fairly large tile size results in better drawing performance in java. I’m using 256x256. The result of this is that you need to use more sprites to add uniqueness to your game since you won’t be using a lot of unique tiles at that size.

Thank for the help