/angry

Angry Birds assignment 6 from CS50G

Primary LanguageLua

Angry 50

Assignment 6 from CS50G - Angry Birds clone

Original code by Colton Ogden

Assignment:

  1. Implement it such that when the player presses the space bar after they’ve launched an Alien, split the Alien into three Aliens that all behave just like the base Alien.
  2. Only allow splitting before we’ve hit anything
  3. One new Alien to spawn above and one below the original.
  4. Lastly, be sure that the launch marker doesn’t reset until all of the Aliens we fling have slowed to nearly being still.

Playing

Keys:

  • space: Split bird
  • left, right arrows: Scroll background
  • escape: Quit game

Screenshots

Title screen

Alien Split

Credits