Press the Green flag to start. Use the left and right arrow keys to move left and right respectively once the level starts. Touching food will gain you 5 points, and touching anything that's not food will lose you 5 points.For every piece of food that touches the ground, you lose 1 life. First level: Goal: 150 points with 20 lives. Second Level: 150 points. with 17 lives Third Level: (faster moving speed) 100 points with 15 lives. Pseudocode for user movement Procedure movement() Repeat forever { If (touching color brown) If (right arrow key pressed) {Repeat 20 Times {Move_Forward()} } If (left arrow key pressed) {Repeat -20 Times {Move_Forward()} } Else {go to x=0 and y=112 } }
Thanks to GarretHauck for his code that helped us develop the code for the falling food. URL of pic for menu page: http://4-designer.com/2014/03/Cartoon-landscape-vector-material-55483/#.WDJoxTHF_Ps is the link we used for our starting page 11/20 Thanks to Mr. Fung for showing us how to use a string custom block for our character selection 11/21