public void lookForWorm()
{
if ( canSee(Worm.class) )
{
eat(Worm.class);
}
{
After I did that (which I honestly don't know what changed) I tried to do the exercises on the page. But the only thing it told me to do was add:
randomTurn
So I was sort of confused. But towards the enf of class I gave up pondering the effects of my new method. I did manage to make a crab eat: llama's, worms (of course) and a fireball.
No comments:
Post a Comment