i've been reading up , and if i'm not wrong a single image generated, is much better than generating each image tile by tile
That being said....
say
String a="\
_____________________";
//run the loop
{
if (if a[i][j]=="_")
w.draw(tile);
}
I've never actualy done this, or commented code on a forum.
But i've seen this work on others. And i wanna ask, is there a better way to do this? like less messy