Arrays Talking to Arrays

Hunter Maul
Apr 20, 2021

Rules

  1. Points distributed randomly around canvas
  2. Lines drawn between each current position and each previous one.
  3. Moves in a straight line
  4. Can only move in one of four directions (N,E,S,W)
  5. Direction is randomized each frame

--

--