How can I create tiles that scale to multiple resolutions?

Posted by Darestium on Game Development See other posts from Game Development or by Darestium
Published on 2012-03-28T09:40:02Z Indexed on 2012/03/28 17:46 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

I am trying to create a multiplayer version of the popular Flash game N in Java. However, I'm not sure how to create a tileset that will scale up. Are the tiles for N pre-drawn or are they defined with mathamatical formulas in code?

I do see how they would scale up in Flash if they were pre-rendered. So if anyone has any ideas how I should go about creating the tileset, or how they are created in the game please let me know.

You can check out the game here.

© Game Development or respective owner

Related posts about java

Related posts about flash