Pygame Badguy#1a

Pygame Badguy#1a

Assessment

Interactive Video

Computers

6th - 8th Grade

Medium

Created by

John Streety

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in organizing the code for the game?

Creating the main loop

Setting up the game window

Loading images

Organizing variables and libraries

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is used to create the game window?

math

random

pygame

sys

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'pygame.display.set_mode' function?

To create a clock

To initialize the game

To load images

To set the game window size

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does the bad guy initially appear on the screen?

Off the top of the screen

At the bottom

On the left side

In the middle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to draw the bad guy on the screen?

screen.draw

screen.blit

pygame.draw

pygame.display