Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 719 Bytes

File metadata and controls

18 lines (9 loc) · 719 Bytes

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.

Zrzut ekranu z 2024-02-04 17-24-55