Skip to content
This repository was archived by the owner on Aug 24, 2018. It is now read-only.

Maribel Cuales#81

Open
maribelcuales wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
maribelcuales:master
Open

Maribel Cuales#81
maribelcuales wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
maribelcuales:master

Conversation

@maribelcuales

@maribelcuales maribelcuales commented Jul 13, 2018

Copy link
Copy Markdown

Sprint-Challenge--Python-1

Create a clone of Breakout with the following features:

  • A paddle at the bottom of the screen.
  • A paddle that is controlled by the player.
  • An array of blocks at the top of the screen
  • A block that the ball bounces off of, that vanishes after the ball touches it
  • A block that requires multiple hits before it vanishes, changing color with each hit.
  • A ball that bounces around the play area, bounces off blocks, and the paddle
  • A play area/screen that is 400 pixels wide and 800 pixels tall
  • A consequence if the ball hits the bottom of the screen (exiting the program is fine)
  • A reward if the ball hits the top of the screen (exiting the program is fine)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant