Welcome to the Pong repository! This project features a simple pong game created using Python. It's a fun way to enjoy a classic game while honing your coding skills. You can download and execute the game from the Releases section.
Pong is one of the earliest arcade video games, and this project aims to recreate that experience using Python. The game allows two players to compete against each other, bouncing a ball back and forth. The objective is simple: score points by getting the ball past your opponent's paddle.
- Two-player mode: Play against a friend.
- Simple controls: Use the keyboard to move your paddle.
- Scoring system: Keep track of points.
- Clean and minimalistic design.
To install the game, follow these steps:
-
Download the latest release from the Releases section.
-
Extract the downloaded file.
-
Open your terminal or command prompt.
-
Navigate to the extracted folder.
-
Run the game using Python 3:
python pong.py
Make sure you have Python 3 installed on your system. If you don't have it yet, you can download it from the official Python website.
- Launch the game as described in the installation section.
- The game will open in a new window.
- Player 1 uses the
Wkey to move up and theSkey to move down. - Player 2 uses the
Up Arrowkey to move up and theDown Arrowkey to move down. - The game starts automatically. The first player to reach 10 points wins!
- Python 3: The programming language used to develop the game.
- Pygame: A set of Python modules designed for writing video games. It provides functionalities like graphics, sound, and event handling.
Contributions are welcome! If you want to improve the game or add features, feel free to fork the repository and submit a pull request. Here’s how you can contribute:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
Please ensure your code follows the existing style and is well-documented.
This project is licensed under the MIT License. You can use, modify, and distribute the code as long as you include the original license.
For any questions or feedback, feel free to reach out:
- Email: your-email@example.com
- GitHub: Hamsath-Nejeeb
Thank you for checking out the Pong game! Enjoy playing and coding! For the latest updates, visit the Releases section.