26
Demy
8y

Artists asked to give them some code to draw it on robot-boss's screen animation. I gave them this:
if (humans.count > 0)
{
weapon.charge();
weapon.aim();
weapon.killAll(humans);
}
dominate(world);

tactics.recalculate();
ai.analyze();

Comments
  • 8
    Haha nice.

    May I suggest replacing the if with a while? :p

    Just in case it missed some the first time ;)
  • 0
    You have to put in a exception to not kill Fry.
  • 0
    @LicensedCrime on any new encounter we can... redefine the humans variable...
Add Comment