A little exercise to practice JavaScript event listeners.
Created by Michael Xieyang Liu for PUI/SSUI Fall 2019 at CMU HCII.
https://move-the-falcon.netlify.com/
- Have Falcon 9 move up when user press the up arrow key.
- Have Falcon 9 move down when user press the down arrow key.
- If the user holds down the right arrow or left arrow, continuous movement until they release the button.
- When Falcon 9 moves up, retract its landing legs.
- When Falcon 9 moves down, deploy its landing legs.
- When user clicks on the Falcon 9, it explodes.