Skip to content

code-differently/AngryBurds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Angry Burds

Description

You will be building a game called Angry Burds. The goal of this game is to launch Kaleb into the bird house. The user can adjust the horizontal and vertical velocity before launching Kaleb.

Requirements

  1. The user can view Kaleb and the bird house on the screen
  2. The user can choose a horizontal and vertical speed
  3. The user can watch Kaleb fly across the screen when they click the launch button. Kaleb's flight path should follow the laws of physics.
  4. The user should see Kaleb stop moving and a message saying You Missed if Kaleb hits a wall.
  5. The user should see Kaleb stop moving and a message saying Nice Shot if Kaleb hits the bird house.
  6. The user can click Reset to send Kaleb back to his starting position
  7. The user can click New to start a new game. Kaleb should be sent back to start and the bird house should be placed at a random spot on the board

Optional

  1. The user can see their score
  2. The user can see a line of where kaleb flew on previous flights
  3. The user can enter speed and angle rather than horizontal and vertical speeds

Mockups

Starting Screen

start

Missed Shot

start

Bullseye

start

Reset

start

New

start

Submission

Push to GitHub and create a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors