This is a simple imitation to the Game Pong written in Python.
What you need:
- Python 3
- PyGame-Libary (install it via
pip install PyGame
)
Now you can run the python File, pong.py
.
If you run the script:
- press Space to start
- Left PLayer can move his puncher via W (Upwards) and S (Downwards)
- Right Player can move his puncher via Key-Up and Key-Down
- If one Player scored -> Press Space to start next game
- If you want to close, press Esc or click on the Windos-Close-Button