Hi, I've been using grid world with my school. It's a part of the eimacs textbook. Could I please have some help with the following code that I wrote for gridworld. It's a very small tad bit of code:
Actor actor = new Actor(); actor.putSelfInGrid( grid, new Location( 5, 3 ) ); public void setColor (Color RED);
I get the following error:
error: illegal start of expression public void setColor (Color RED);