*This is a 2 player game!* ---------------------------------------------------------------------------- Blue uses WASD to move, try to score on the right goal. Red uses arrow keys to move, try to score on the left goal. Hit the ball into the blue rectangles to score. ---------------------------------------------------------------------------- There are two powerups, Power-shot and Super-goaly. Power-shot waits until you hit the ball, and the ball goes much farther and faster. It takes 10 seconds until you can use a powerup after you use Power-shot. ----------------------------------------------------------------------------Super-goaly makes your goaly super big and unstoppable for 5 seconds, and takes 20 seconds until you can use a powerup again after you use Super-goaly. ---------------------------------------------------------------------------- If you are blue use the "q" key to activate Power-shot, and use the "e" key to activate Super-Goaly. If you are red, then use the "/" key to activate Power-shot and use the "." key to activate Super-Goaly.
Just a side note, there isn't a 'when "/" pressed' block, or a 'when "." pressed' block. To achieve this I put a join block into a when _ pressed block, and left one side blank, and typed the / or the . into the other.