One way to simulate lightning is with a random walk. In this assignment you will create a program that uses a random walk to seemingly shoot lightning from one side of the screen to the other every time the mouse is pressed. You may find sides 192 to 202 of the apjavaProcessing slide presentation and the Math.random worksheet helpful. Here are some steps to get you started:
- Start by forking this repository.
- Open the Lightning.pde file. You'll need to add some code
At the top of the program, declare 4
intvariablesstartX,startY,endXandendY. InitializestartXto 0,startYto 150,endXto 0 andendYto 150 void setup()needs to set thestrokeWeight()andbackground()of your appletvoid draw()needs to do two things:
-set thestroke()color of the lightning bolt to some random value usingMath.random()
-awhileloop that repeats the following until theendXis off the screen:- set
endXtostartXplus a random integer from 0 to 9 - set
endYtostartYplus a random integer from -9 to 9 - draw a
line()with endpointsstartX,startY,endX,endY - set
startXequal toendX - set
startYequal toendY
- set
void mousePressed()needs to setstartX,startY,endX,endYback to their original values.- You will need to modify
index.htmlto customize your website with it's own title, headline and footer. When you are happy with your program, push your finished project up to GitHub - The final step is to submit the URL for your website to google classroom. Don't hesitate to ask for help if your aren't sure how something is suppose to work.
Your program needs to create a random walk using Math.random() for all random numbers in the assignment. Other than that, your lightning program doesn't have to work or look like any other. Have fun and be creative!
Lily
James
Gordon
Donald
Emma
Vincent
Jeffrey
Emily
Warren
Prescott
Jing
Oona
Natalie
Rolland
Emil
Chris
Lilith
Wilson
Jeffrey
Sarah
Emily
Andrew
Mandy
Kelly
Albert
Clarisse
Tatyana
Chanel
Scott
Andrew
Athena
Alexander
Mariann
Jonathan
Bryce
Connie
Triston
Chloe
Jasmine
Ben
Justin
Jeffrey
Jack
Kelvin