The Basics
Game Design Concepts
JavaScript & Graphics
JavaScript Elements
100

This is the most popular computer language in the world.

What is JavaScript?

100

This is one of the 8 "types of fun" in game design that focuses on "game as a story." 

What is "Narrative"? 

100

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()"

100

This very important JavaScript element is how we store & change data/information (numbers, text, functions, and many other things)

What is a "variable"?

200

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"? 

200

This is one of the 8 "types of fun" in game design that is "game as make-believe"

What is "Fantasy"?

200

If I want to "set the color" of a graphic or shape, I use 'this' function to do it

What is ".setColor()"?

200

This JavaScript type is integers

What is "numbers"?

300

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?

300

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"?

300

The "(150, 200)" refers to "this" when setting the position of a shape while using JavaScript

What is "X and Y axes"?

300

This JavaScript data type is text/letters

What is a "string"?

400

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)

400

This is one of the 8 "types of fun" in game design that is "game as creativity"

What is "Expression"?

400

I use "this" function to set the position of a shape or graphic with JavaScript

What is ".setPosition()"? 

400

This data type refers to when something is true or false

What is a "boolean"?

500

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"?

500

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

500

I use "this" function to make a new circle or rectangle with JavaScript

What is "new Circle" or "new Rectangle"

500

This is a LIST of data in JavaScript

What is an "array"?