IMPORTANT: This remix is purely to build upon the original game for the use of the original creator, and does not showcase or consist of my own work. Original instructions (scroll down): the paddle will go every where that your mouse go... the paddle must touch the ball to take you 1 score if ball touches the blue color your score will be -1
CHANGES FROM ORIGINAL: • Ball resets and reduces score by 5 if it is lower than y=-160 and the score is greater than 0 • Bat can only move horizontally along y=150, similar to the classic brickbreaker game • Ball bounces depending on where it hit the bat, so if it hits the bat on the right of the bat, it will bounce to the right, and if it hit it on the left, it will bounce to the left. This is very similar to the original brickbreaker game. • Ball will also take into account it's direction before hitting the bat, so some representation of physics still remains. • Ball will now check for collision 0.5 seconds after a previous collision rather than 1 second • Score and movement are now in the same "forever" loop.