Name: Anonymous 2010-10-15 11:06
Well I'm a little stuck and I don't have time to search for answers at this point. Could /prog/ help me out?
We basically have a grid game that we have to edit. It has different images as the pieces of the grid. The pieces are stored in a matrix. Pretty standard stuff. I've done most of it, but I need helping this:
Draw Cell Grid Lines on the Map - Outline all the grid lines on the map but do not change the original map image. You must do this by rendering on top of the map inside your Java program. Note that you'll have to do some investigating in the Java API, Java Tutorials, and/or our textbook to figure out how to do this. Make sure the lines are thick enough (more than two pixels wide) such that they are clearly visible.
We basically have a grid game that we have to edit. It has different images as the pieces of the grid. The pieces are stored in a matrix. Pretty standard stuff. I've done most of it, but I need helping this:
Draw Cell Grid Lines on the Map - Outline all the grid lines on the map but do not change the original map image. You must do this by rendering on top of the map inside your Java program. Note that you'll have to do some investigating in the Java API, Java Tutorials, and/or our textbook to figure out how to do this. Make sure the lines are thick enough (more than two pixels wide) such that they are clearly visible.