Skip to content

damyrismailov/Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game (Python, turtle)

Goal: Two paddles, bouncing ball, scoring.
Stack: Python 3.x, turtle

Features

  • Ball physics (angle/speed), paddle hit detection
  • Scoreboard, win condition
  • 2-player or simple AI (optional)

Controls

  • Left paddle: W/S
  • Right paddle: Up/Down

How to run

python main.py

## What I learned
Reflection math & simple physics
Input handling and game loop timing
Code structure for small games

About

Two paddles, ball physics, scoring (Python/turtle).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages