Remix - some new features and more challenging: 1. Ball will get faster (same as original) 2. Ball gets smaller as time goes on 3. Paddle gets smaller as time goes on 4. Sound effects Also: *** Tap <space bar> to toggle auto play mode :-) ***
Note: when the SPEED variable increases too much, in the original code, the ball 'bounces' below the paddle and sometimes hits the red bar and it's GAME OVER. This bug was fixed by making a "MoveBall" block and putting SPEED in a loop; plus no screen refresh.