Game Lab Commands
Vocab
Sprites
Game Lab Coordinates
Food Sources
100

This command draws a rectangle on the screen.

What is rect()?

100

Part of a program that does not work correctly.

What is a bug?
100

This line of code creates a new sprite.

What is createSprite()?

100

The coordinations of the top left of the screen.

What is (0,0)?

100

This sweet, frozen treat is Italy’s denser and creamier answer to ice cream.

What is gelato?

200

This command sets the color of the INSIDE of a shape.

What is fill()?

200

Finding and fixing problems in an algorithm or program.

What is debugging?

200

This command actually paints your sprites on the screen.

What is drawSprites()?

200

The coordinates of the bottom right of the screen.

What is (400,400)?

200

This handheld food, filled with meats or veggies and wrapped in a tortilla, is considered the national dish of Mexico.

What are tacos?

300

This command randomly picks a number for your program to use.

What is randomNumber()?

300

Additional information provided as input to a block to customize its functionality

What is a parameter

300

This command lets you change the image of your sprite.

What is setAnimation()?

300

The coordinates of the center of the screen.

What is (200,200)?

300

This warm, flaky breakfast pastry is famously associated with France

What is a croissant?

400

This command creates a new variable.

What is var?

400

A label for a piece of information used in a program.

What is a variable?

400

In what order should drawSprites, createSprite, and setAnimation be called?

What is 1 - createSprite,2 -  setAnimation, and 3 - drawSprites

400

The coordinates of a rectangle with a width and height of 50 that appears in the top right of the screen

What is (350,0)?

400

Who eats most of the corn?

Animals

500

This line of code creates a new variable called xPosition, which has a value of 5.

What is:

 var xPosition = 5?

500

A name for a 'character' in your program, that stores position, size, location, and more. 

What is a sprite?

500

I have a sprite named "student". How do I set the picture of student to be "Bob"? 

What is student.setAnimation("Bob")?

500

The coordinates of a rectangle with a width and height of 50 that appears in the center of the screen.

What is (175, 175)?

500

What vitamin in a polar bear's liver will kill you?

Vitamin C

M
e
n
u