Skip to content

πŸ“ This is a Python script that implements the classic game Pong using the turtle module. It features two paddles controlled by the players, a ball that bounces between the paddles, and a middle line. The game is controlled by keyboard input, and it includes sound effects.

License

Notifications You must be signed in to change notification settings

TheHumanoidTyphoon/python-turtle-pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pong Game

A simple game of Pong implemented in Python using the Turtle and Pygame libraries.

Preview

Table of Contents

  • Introduction
  • Requirements
  • Installation
  • How to Play
  • Contributing
  • License

Introduction

Pong is a classic arcade game that was first released in 1972. The game is played with two paddles and a ball, and the objective is to score points by hitting the ball past the opponent's paddle. This implementation of the game was written in Python and uses the Turtle and Pygame libraries.

Requirements

  • Python 3.x
  • Pygame
  • Turtle
  • Tkinter library

Installation

  • Clone the repository.
  • Install the required dependencies by running the following command in your terminal: pip install -r requirements.txt.
  • Run the pong.py file to start the game.

How to Play

The game is played using the arrow keys and the W and S keys. The left paddle is controlled with the W and S keys, and the right paddle is controlled with the Up and Down arrow keys. The game can be paused by pressing the Spacebar, and the game can be exited at any time by pressing the Esc key.

Contributing

Contributions are welcome! If you have any suggestions for improving the program or finding bugs, please submit an issue or pull request on the GitHub repository.

Acknowledgments

This project was inspired by the classic Pong game. The game sound effect was taken from the website freesound.org. The Pong icon was taken from the website icon-icons.com.

License

This project is licensed under the MIT License

About

πŸ“ This is a Python script that implements the classic game Pong using the turtle module. It features two paddles controlled by the players, a ball that bounces between the paddles, and a middle line. The game is controlled by keyboard input, and it includes sound effects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages