Description
A simple game of Pong implemented in Python using the Pygame library. The game involves two paddles and a ball that players need to hit using their paddles.
Created
2023-05-15
Project Details
Pong is a classic arcade game recreated by Wiktor Górecki using Python and the Pygame library.
The game features the following:
- Player-controlled paddles to hit the ball.
- Sort of realistic physics simulation for ball movement.
- Score tracking and winning conditions.
- Sound effects and visual feedback.
This implementation of Pong showcases the use of Python and Pygame for developing simple yet engaging games.
For more information and to access the source code, visit the Pong GitHub repository.