Skip to content

lxieyang/i-like-to-move-it

Repository files navigation

Maneuver thy Falcon

A little exercise to practice JavaScript event listeners.

Created by Michael Xieyang Liu for PUI/SSUI Fall 2019 at CMU HCII.

Deployed at:

https://move-the-falcon.netlify.com/

Preview

Exercise

Requirements

  1. Have Falcon 9 move up when user press the up arrow key.
  2. Have Falcon 9 move down when user press the down arrow key.
  3. If the user holds down the right arrow or left arrow, continuous movement until they release the button.
  4. When Falcon 9 moves up, retract its landing legs.
  5. When Falcon 9 moves down, deploy its landing legs.
  6. When user clicks on the Falcon 9, it explodes.