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
Make a 2D random walker using perlin noise (noise() function in p5.js)
- Map the x position of the walker to a timeX variable.
- Initialize to 0.
- Increment it every frame by a constant value k = 0.01.
- Map the y position of the walker to a timeY variable
- Initialize it to 10000.
- Increment it every frame by a constant value k = 0.01.
Only registered, enrolled users can take graded quizzes