Project Requirements: 1. Create variables that keep track of: a. the score (how many times the dinosaur jumps the cactus) b. the cactus speed (how fast the cactus is moving) 2. Add code to the cactus so that when the green flag is pressed: a. it sets its position to the right side of the screen c. it is constantly moving to the left d. if it hits the left edge of the screen it will: i. add 1 to the score ii. go back to the right edge of the screen e. increase the speed of the cactus when the score hits 5, 10, 15 and 20. f. if the cactus is touching the dinosaur, the game stops.