Question: i'm taking this Programming & Coding class. i would really appreaciate if someone could help me start this work since i am struggling already and
Description In this assignment you will make a creative drawing while practicing making a class, using objects, and using an array. The design, visual appearance and subject of the drawing are completely open and up to you. Here are the rules (or constraints) that you must follow in making a drawing in code. - The sketch must define a new class that is used in creating the drawing. - The class should have a constructor method, and a render method that draws the object. - The objects created by this class should have properties and features that produce variety and variation when the individual objects are drawn. - The sketch makes an array to store objects. - At least 20 object instances of the new class are created by the sketch, and are added to the array. - The draw function has a loop that iterates through the array, calling the render method on each object to draw it. Challenge yourself to make an interesting and creative drawing or graphic
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
