Question: create something more creative with comments in p 5 jsWrite a processing program that meets the following requirements: Write a multi - line comment at

create something more creative with comments in p5jsWrite a processing program that meets the following requirements:
Write a multi-line comment at the top of your program with your name, the assignment, and a brief description of the program
Set a window size of at least 400px wide by 400px high
Your program should demonstrate 6or more of the following concept to the level stated:
variables -uses custom and built-in,uses global variables and may use local variables
functions -uses functions to organize and re-use code, at least one function accept and us parameters, functions are called properly, functions may return values
loops -uses a for or while loop to complete a task, conditions may be complex, structures may be nested
if/else -uses if and if/else statements with conditions, conditions may be complex, structures may be nested
events -uses p5js event functions and their accompanying variables, events are not handled in draw with an if statement but are managed by the defining event functions for p5js to call. Effectively uses event variables like key, keyCode. or mouseButton
objects -defines and constructs a custom object (not an built in p5js object)from a class with a constructor.
arrays -uses an array as a list fro random selection, uses an array with a loop to store and access values
Your program should be as creative and interesting as you c

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!