Monday, July 18, 2011

Cuddling with cat > [insert activity here]

Anyone can understand programming, just look at this:

public class Cat extends Pet {

public void getAttention(mistress) {

if(attention==false){
try{
sitOnKeyboard();
if(attention==true)
break;
pokeObject(breakable);
if(attention==true)
break;
chewOnCables();
if(attention==true)
break;
} catch (OverProvocationException op) {
runAwayHide();
}
}

}

public void main(String[] args) {
Cat.getAttention(me);
if(attention==true) {
purr();
}
}

}

2 comments:

Kat said...

Hahaha!

Alex said...

Perfect cat AI, now you just need to build the body!