My favorite thing during EPGY was making my own code and making sure it worked the way i wanted it to.
What does a void function return?
Nothing! It is a “void” function.
What does an int function return?
An int function returns an integer.
What is the difference between a function and a datatype?
A function is an action, but a datatype is a characteristic. For example, eating a cookie is a function, but the size of the cookie is a datatype.
http://processing.org/tutorials/objects/
What is the difference between a function and a class?
A class is used to define a type of something, but a function is an action that can be defined by parameters.
http://processing.org/tutorials/objects/
What is the difference between a class and a data structure?
A class is meant to define something, but a data structure is meant to organize something.
What goes inside the curly braces?
Inside the curly braces (” {” “}”), you are supposed to put the commands that you want your function to do. For example, if you have the “draw” function, you put what you want to draw inside the curly braces.
What does the And Gate (&&) do?
If you have an And Gate, the function will not be true unless both the input commands are true.
What does the Or Gate (||) do?
The Or gate says that you only need one of your input commands to be true in order for the whole statment to be true.
^picture of our class
The best video games I played at camp were:
This is the Only Level: http://armorgames.com/play/4309/this-is-the-only-level
Bubble Tanks 2: http://armorgames.com/play/1920
My favorite types of games are RPG games like Maplestory because I like being able to customize my character and control it so that it does what I want it to do.
Here is the EPGY gallery of photos: https://picasaweb.google.com/110478996885609825075/MSP2013
Thanks for reading!