Zzimon wrote...
danpost wrote...
This will be inside the double 'for' loop; you now only need to create a method called 'canPlace' that returns the proper boolean value for whether the actor can be placed there or not.1 | private boolean canPlace(Actor actor, int x, int y) |