World of Warcraft (in pseudocode)
So I was gabbing with Shen on MSN and the subject of Warcraft came up. As it does. So I thought I’d have a stab of writing it in pseudocode. So here it is.
while(1){
if($n00b){
acceptLols();
print(“GIEF GOLD PLX KTHXBAI”);
} else {
if($pvp){
spawn();
die();
acceptLols();
} else {
grindMindlessly( $bodyPart, $mob );
}
}
sendMoneyToBlizzard();
}
And I think that’s about it, really.
Leave a Comment