~PONGTASTIC~ Brief Description Pong but with more polished graphics CONTENTS: 1. Basic controls 2. How it's made 3. How to win 1. Basic controls Use the up and down arrow keys (WD) to move the paddle. If on a mobile device, touch the top or bottom to move the paddle. The goal of the game is to hit the ball on the paddle and avoid hitting the left side wall. 2. How it is made Basic ball code is to point and start moving but bounce if hit on the edge. Basic paddle code is to move if the up and down arrow keys are hit (WD), and also if the top or is tapped, message is sent and the paddle reacts. Basic play button code is to do the animation, and if the mouse is touching it and it is clicked it will play the game. Basic death is to show when the edge is hit. Basic title code is to show at the beginning of the game but hide when it starts. 3. How to win It is short and simple; keep the paddle at the y of the ball! ENJOY
Thank you to Ted_The_Hedgehog for the play button code. Thank you to -Chaoxity- for the score counter (edited by me)