Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 667 Bytes

File metadata and controls

20 lines (16 loc) · 667 Bytes

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