catch the egg game quiz

Programming a game of catch the egg using the accelerometer.

Name

Directions

Use this activity document to guide your work in the catch the egg challenges

Answer the questions while completing the tutorial. Pay attention to the dialogues!

1. Write the data type for the variables ‘basket’ and ‘egg’.


2. Write the code to plot the initial position of the egg and the basket using the variables ‘egg x’, ‘egg y’, and ‘basket x’. The code should arrange the egg and basket as shown below.


3. Write the three lines of code that moves the egg down. (You need to unplot the egg’s current position, update its position variables, and plot its new position.


4. Write the code that resets the egg after it has fallen past the bottom of the micro:bit.