Skip to content

Instantly share code, notes, and snippets.

@rformato
Created February 22, 2014 20:56
Show Gist options
  • Select an option

  • Save rformato/9162288 to your computer and use it in GitHub Desktop.

Select an option

Save rformato/9162288 to your computer and use it in GitHub Desktop.
var numParticelle = 100;
var colori = ["#00FFFF","#FFFF00","#FF00FF"];
var numColori = colori.length;
var part = new Array(numParticelle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment