L3 - Exercise 1: 2D Random Walker

  • Due Jul 2, 2019 at 4:30pm
  • Points 1
  • Questions 1
  • Available Jul 2, 2019 at 1pm - Jul 2, 2019 at 4:30pm 3 hours and 30 minutes
  • Time Limit None

Instructions

Jul-02-2019 12-38-46.gif

Make a 2D random walker using perlin noise (noise() function in p5.js) 

  1. Map the x position of the walker to a timeX variable.
    1. Initialize to 0.
    2. Increment it every frame by a constant value k = 0.01.
  2. Map the y position of the walker to a timeY variable
    1. Initialize it to 10000.
    2. Increment it every frame by a constant value k = 0.01.
Only registered, enrolled users can take graded quizzes