Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm going to create a simple game in python. its a clone of the classic game Breakout. need help doing this: how can I do

I'm going to create a simple game in python. its a clone of the classic game Breakout.

need help doing this:

image text in transcribed

how can I do this?

2.1 Requirements Required elements in the implementation 1. Implement the game in accordance with object-oriented design, use ob- jects and classes. 2. The platform should be controlled by the mouse or keyboard. 3. The ball should bounce in a different direction based on where on the platform it hits. 4. A brick disappears when the ball hits it. 5. The ball bounces off the wall and ceiling, angle in = angle out. 5. The game is won when all bricks are removed, the game is lost when the ball hits the bottom of the screen. 6. Well structured and commented code. SCORE

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

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions

Question

Have roles been defined and assigned?

Answered: 1 week ago

Question

Are these written ground rules?

Answered: 1 week ago