simplePlatformer

simplePlatformer

Assessment

Interactive Video

Computers

6th - 8th Grade

Medium

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in starting a new Pygame project?

Define player settings

Set the game dimensions

Import Pygame

Create a new file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the RGB values for the color white?

255, 255, 255

0, 255, 0

255, 0, 0

0, 0, 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the game window size in Pygame?

pygame.display.set_mode

pygame.time.Clock

pygame.display.set_caption

pygame.init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial speed of the player in the game?

5

0

10

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of pygame.display.flip in the game loop?

To update the display with the latest changes

To set the game caption

To set the game window size

To initialize Pygame