Vestibule Assessment

3/20/19 System, Environment 1. What is P5? How is it distinguished from Processing? Processing is like a translator that turns processing code into JavaScript while P5 is javascript based and helps you turn javascript into animations. 2. What does IDE stand for? Describe its components. Integrated Development Environment. It usually contains a code editor, debugger, … Continue reading Vestibule Assessment

Background Flashing with Corey and CITD Challege.

3/18/19 Today Corey shared his homework assignment with the class. The question he posted on Slack was: How come the background flashes when the ball bounces off the ends instead of staying a solid color once it reaches the ends? We discussed the importance of Order when it comes to coding. It is good to … Continue reading Background Flashing with Corey and CITD Challege.

Functions, Arrays, and Constructors Oh My

3/17/19 The topics we covered on Thursday and Friday were a bit more complicated than the topics covered Monday through Wednesday. Arrays are very useful because they can contain multiple different objects, variables, and also be different data types. P5JS already has some built-in functions in its library. Some of the functions we have gotten … Continue reading Functions, Arrays, and Constructors Oh My