lxieyang / i-like-to-move-it

JavaScript event listener exercise

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JavaScript event listener exercise

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


Languages

Language:JavaScript 67.0%Language:HTML 20.1%Language:CSS 12.9%