Pong Rules 2 player game Left side of the player can move the paddle using w ans s Right side of the player can move the paddle using Up arrow and Down arrow The speed of the ball is random each time it bounces off the paddle How to play Fork the repo by clicking the fork logo the on top right Clone the repo git clone [email protected]:AseanK/beginner-python-games.git Head to the pong folder Run the file using python command python main.py