Skip to content

scienmanas/Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game

A simple implementation of the classic Pong game using Python's Turtle graphics library.

Description

This project demonstrates a basic implementation of the Pong game using Python's Turtle graphics library. The game features two paddles controlled by the players, a ball that bounces between the paddles, and a scoring system to keep track of points. The game continues until the players decide to end it.

Features

  • Two-player Pong game.
  • Paddles can be controlled using arrow keys (right player) and 'W'/'S' keys (left player).
  • The game can be paused or stopped using the 'E' key.

How to Play

  1. Clone the repository to your local machine.
  2. Make sure you have Python and the Turtle graphics library installed.
  3. Run the main.py script using a Python interpreter.

Controls

  • Right Paddle: Up Arrow (Move Up), Down Arrow (Move Down)
  • Left Paddle: 'W' (Move Up), 'S' (Move Down)
  • Pause/Stop: 'E'

Requirements

  • Python 3.x
  • Turtle graphics library

Usage

  1. Run the main.py script to start the game.
  2. Control the paddles using the specified keys.
  3. Play the game and try to score against your opponent!

Screenshots

image

Credits

This project was created by Manas(me).

License

This project is licensed under the MIT License.

About

A Traditional Pong Game with Two Players support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages