I was trying to get back into Python, and I thought it would be fun if I try my hands out on a new library along the way. Hence I tried making a simple Pong game with local multiplayer capability.
Player 1 controls the left paddle with W and S key.
Player 2 controls the right paddle with ↑ and ↓ key.
Make sure Python is installed on your local machine beforehand.
pip install pygame
Clone this repository onto your local machine.
git clone https://github.com/schoibs/pong-clone.git
Navigate into the cloned directory, then run the main Python script (.py) file.
python main.py
