I recently started the Greeps Competition and I have a question about the methods my greep can "see". Am I allowed to, for example:
Is this allowed because I "see" the pile or is it cheating?
TY
Actor pile = getOneIntersectingObject( TomatoPile.class);
if ( pile ) != null )
{
pile.getX();
pile.getY();
}

