Skip to content

This is a simple Pong game made with Python using turtle python library.

Notifications You must be signed in to change notification settings

chrisHebs23/Py-Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Pong Game

This is a simple implementation of the classic Pong game using Python. It is a two-player game where each player controls a paddle and tries to hit the ball past the opponent's paddle.

Requirements

  • Python 3

Installation

  1. Clone or download the repository.
  2. Navigate to the project directory.

Usage

To start the game, run the following command in your terminal:

python pong.py

The game window will open, and you can use the following controls:

  • Player 1 (left paddle):

    • Move Up: W key
    • Move Down: S key
  • Player 2 (right paddle):

    • Move Up: Up arrow key
    • Move Down: Down arrow key

Click the "X" to close the game.

Features

  • Two-player mode: You can play against a friend.
  • Simple and intuitive controls.
  • Score tracking for each player.

Enjoy playing Pong!

About

This is a simple Pong game made with Python using turtle python library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages