Skip to content

Experience the timeless classic of Pong! Control your paddle with precision to outmaneuver your opponent. With realistic physics and intuitive controls, engage in exhilarating matches. Enjoy the nostalgia of arcade gaming as you aim for victory in this immersive two-player experience.

License

Notifications You must be signed in to change notification settings

Himel-Sarder/PongGame-A-python-turtle-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game

image image

Pong is a classic arcade game where players control paddles to hit a ball back and forth. This Python implementation uses the Turtle module to create the game environment and handle user input.

Gameplay

Pong is a two-player game where each player controls a paddle. The objective is to hit the ball with your paddle and score points by causing the ball to miss the opponent's paddle. The game continues until one player reaches the score limit or decides to end the game.

Controls

  • Control the right paddle with the Up and Down arrow keys.
  • Control the left paddle with the W and S keys.

Rules

  • The ball bounces off the walls and paddles.
  • If a player misses the ball with their paddle, the opposing player scores a point.
  • The first player to reach the score limit wins the game.

Features

  • Realistic Physics: The game simulates realistic paddle and ball movement, providing an immersive gameplay experience.
  • Scoreboard: Keep track of the score with the scoreboard displayed on the screen.
  • Customizable Settings: Adjust the game settings such as paddle speed, ball speed, and score limit to tailor the game to your preferences.
  • Simple and Intuitive Controls: The controls are easy to learn, making it accessible for players of all skill levels.

Getting Started

To play Pong, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run the Python script main.py in your preferred Python environment.
python main.py
  1. Enjoy playing Pong with a friend!

Dependencies

Pong requires Python 3.x and the Turtle module, which is included in the standard library. No additional dependencies are needed.

Contributing

Contributions to Pong are welcome! If you have any suggestions, bug fixes, or improvements, feel free to open an issue or submit a pull request. Your feedback and contributions help make the game better for everyone.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Experience the timeless classic of Pong! Control your paddle with precision to outmaneuver your opponent. With realistic physics and intuitive controls, engage in exhilarating matches. Enjoy the nostalgia of arcade gaming as you aim for victory in this immersive two-player experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages