Skip to content

Kapill21/python_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game (Python Turtle)

A two-player Pong game built in Python using the built-in Turtle graphics library. Players control paddles using the keyboard, rally the ball back and forth, and score points when the opponent misses.

Features

  • Two-player local gameplay
  • Keyboard-controlled paddles (W/S and Arrow Keys)
  • Real-time ball movement and collision detection
  • Boundary detection for walls and paddles
  • Score tracking and on-screen score display
  • Automatic ball reset after each point

Controls

Left Player

  • W — move paddle up
  • S — move paddle down

Right Player

  • Up Arrow — move paddle up
  • Down Arrow — move paddle down

About

Two-player Pong game built in Python using the Turtle graphics library with real-time keyboard controls and score tracking.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages