Level Creating Help

Posted by Brandon oubiub on Game Development See other posts from Game Development or by Brandon oubiub
Published on 2011-06-23T20:43:31Z Indexed on 2011/06/24 0:32 UTC
Read the original article Hit count: 354

Filed under:
|
|
|
|

I am making a little 2d overhead RPG type game just for fun. I have almost all the basic stuff set up, but I just need a little help on level creation. I can already make a level and place each tile how I want it, but having to place each tile gets annoying after a while.

I noticed that in a lot of games, even extremely simple ones, they have LOTS of levels with LOTS of tiles in each. Creating all that in this fashion would take forever. So I guess my question is, as a game developer, am I supposed to do all that, or maybe make a little level editor so I can see things as I create it? What do game developers do? I'm using Java.

EDIT: Okay, say if I had an image for a map, that I made in MS paint or photoshop, and each pixel represent a tile value, could I somehow in Java detect what color an individual pixel is? If so, that would be perfect. If so, how?

© Game Development or respective owner

Related posts about 2d

Related posts about java