This is the most popular computer language in the world.
What is JavaScript?
This is one of the 8 "types of fun" in game design that focuses on "game as a story."
What is "Narrative"?
I use "this" function to display a graphic or shape (this is usually the LAST command of a function when trying to display the graphic or shape)
What is "add()"
This very important JavaScript element is how we store & change data/information (numbers, text, functions, and many other things)
What is a "variable"?
This is a digital game design software that Mr. Owens wants to use in this class, but he can't because the elevator is broken. ☹️
What is "Unity"?
This is one of the 8 "types of fun" in game design that is "game as make-believe"
What is "Fantasy"?
If I want to "set the color" of a graphic or shape, I use 'this' function to do it
What is ".setColor()"?
This JavaScript type is integers
What is "numbers"?
In digital games, these refer to the dimensions of your game (one dimension is "flat" and the other has "depth")
What is 2D and 3D?
This is one of the 8 "types of fun" in game design that is "game as obstacle course" or "game as puzzle"
What is "Challenge"?
The "(150, 200)" refers to "this" when setting the position of a shape while using JavaScript
What is "X and Y axes"?
This JavaScript data type is text/letters
What is a "string"?
This type of digital game design worker focuses on drawing/sketching/designing characters and scenes
What is a graphic artist? (graphic designer, animator, and digital artist will also work)
This is one of the 8 "types of fun" in game design that is "game as creativity"
What is "Expression"?
I use "this" function to set the position of a shape or graphic with JavaScript
What is ".setPosition()"?
This data type refers to when something is true or false
What is a "boolean"?
This is what happens to a video game company when millions and millions and millions of people buy their game.
What is "become super successful & wealthy"?
These are two concepts that every game needs: 1) the PURPOSE of the game, and 2) The STRUCTURE of the game.
What are GOALS and RULES
I use "this" function to make a new circle or rectangle with JavaScript
What is "new Circle" or "new Rectangle"
This is a LIST of data in JavaScript
What is an "array"?