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

Edward Gonzalez Sprint-Challenge--Python-1#91

Open
eddygonzalez9708 wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
eddygonzalez9708:master
Open

Edward Gonzalez Sprint-Challenge--Python-1#91
eddygonzalez9708 wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
eddygonzalez9708:master

Conversation

@eddygonzalez9708

Copy link
Copy Markdown

No description provided.

@eddygonzalez9708 eddygonzalez9708 changed the title Edward Gonzalez Sprint- Edward Gonzalez Sprint-Challenge--Python-1 Jul 13, 2018
@designerexpert

Copy link
Copy Markdown

Sprint Review

Objectives:

  • A paddle at the bottom of the screen that is controlled by the player.
  • An array of blocks at the top of the screen, of the types and properties listed below
  • 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)
  • 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.

Comments

  • I like that you got your game to run smoothly and functions as expected.
  • I would like to see this project reach MVP, I believe that with 50 or less lines of code this is possible.
  • I recommend finishing the rest of the objectives to meet MVP and re-submitting it for review
  • Use the following link to do so: https://airtable.com/shr7FL00bBkR3cwWT

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.

2 participants