I developed a Pong game inspired by the original 1972 release for Atari consoles, using the Pygame library as the core framework.
Player 1 controls their paddle with the W and S keys, while Player 2 uses the Up and Down Arrow keys. Press the Spacebar to begin the game and to initiate each subsequent round.
⚙️ Requirements
The game requires Pygame to be installed. You can do so with the following command:
pip install pygame
⚙️ Customization
Game parameters such as ball speed and paddle movement speed can be adjusted in the settings.py file to suit your preferences.
