- 2 player game
- Left side of the player can move the paddle using
w
anss
- Right side of the player can move the paddle using
Up arrow
andDown arrow
- The speed of the ball is random each time it bounces off the paddle
- 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