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 pjsWrite a processing program that meets the following requirements:
Write a multiline 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 px wide by px high
Your program should demonstrate or more of the following concept to the level stated:
variables uses custom and builtinuses global variables and may use local variables
functions uses functions to organize and reuse 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
ifelse uses if and ifelse statements with conditions, conditions may be complex, structures may be nested
events uses pjs 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 pjs to call. Effectively uses event variables like key, keyCode. or mouseButton
objects defines and constructs a custom object not an built in pjs objectfrom 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
