Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
/ pong Public archive

This Pong Game is a classic arcade-style game written in Python using the turtle module. The game has two paddles and a ball that bounces between them. The objective is to prevent the ball from going past the paddle.

Notifications You must be signed in to change notification settings

georgebarr/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game in Python

Status: Archived

This is a simple Pong game written in Python using the turtle module. The user can control the left paddle with the 'w' and 's' keys and the right paddle with the up and down arrow keys.

How to Play:

  • Run python main.py to start the game
  • Use 'w' and 's' keys to move the left paddle up and down
  • Use up and down arrow keys to move the right paddle up and down
  • The game ends when one of the players reaches a score of 10

Contributing:

Contributions are welcome! If you find any bugs or have suggestions for additional features, please open an issue or a pull request on this repository.

About

This Pong Game is a classic arcade-style game written in Python using the turtle module. The game has two paddles and a ball that bounces between them. The objective is to prevent the ball from going past the paddle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages