Apr 4, 2011

April 4, 2011

Today I was supposed to do something. Well to be specific I needed to make my own method rather than using the book's. Of course I wasn't exactly sure where anything went. But I did add:

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