Skip to content

Instantly share code, notes, and snippets.

@kmaher9
Created September 9, 2018 00:11
Show Gist options
  • Select an option

  • Save kmaher9/4c3b1ab186acc1a52ec26124ffa7a278 to your computer and use it in GitHub Desktop.

Select an option

Save kmaher9/4c3b1ab186acc1a52ec26124ffa7a278 to your computer and use it in GitHub Desktop.
function dna() {
this.genes = []
for (var i = 0; i < lifespan; i++) {
this.genes[i] = p5.Vector.random2D()
this.genes[i].setMag(0.1)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment