Skip to content

Instantly share code, notes, and snippets.

Created September 15, 2015 16:16
Show Gist options
  • Save anonymous/a431ee0e2d674370eb1f to your computer and use it in GitHub Desktop.
Save anonymous/a431ee0e2d674370eb1f to your computer and use it in GitHub Desktop.
An ant script saved from https://github.com/jywarren/antfarm
onRun = function() {
this.direction += Math.random()*10-5;
field.trail(this.x, this.y, 'blue', 50); // x, y, rgb, amount
}
onBump = function() {
this.direction += 90;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment