Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 10: User Control Using Python (Pygame) This lab gives you a chance to practice drawing an object with a function, and allowing the user

Lab 10: User Control

Using Python (Pygame)

This lab gives you a chance to practice drawing an object with a function, and allowing the user to control it.

Create one program that has the following:

Create at least two different functions that draw an object to the screen. For example, draw_birdand draw_tree. Do not draw a stick figure, we did that one already. Create your own unique item. Do not simply draw a circle or rectangle. That's boring. Draw a train, or cloud, or house, T-Rex or whatever. But minimal work = minimal points. If you created your own object in the create-a-picture lab feel free to adapt it to this lab.

In Chapter 10, we talked about moving graphics with the keyboard, a game controller, and the mouse. Pick two of those and use them to control two different items on the screen.

In the case of the game controller and the keyboard, make sure to add checks so that your object does not move off-screen and get lost. Remember the worksheet 10 question, don't just reverse the direction like the bouncing rectangle.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

Learn about HRM challenges in the textile industry.

Answered: 1 week ago

Question

2. Discuss the steps in preparing a manager to go overseas.

Answered: 1 week ago

Question

8. Measure the effectiveness of the succession planning process.

Answered: 1 week ago