Skip to content

JakubKopras6/Basic-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ Python Pong Game

A simple Pong game built in Python using the turtle graphics library.
This project was created while learning basic graphics, collision detection, and keyboard input handling in Python. I have decided to leave the code unmodified as a reference implementation, showcasing an earlier stage of my programming skills and approach.


๐Ÿš€ Features

  • Two-player game with paddles controlled via keyboard
    • Player 1: W (up) / S (down)
    • Player 2: Up Arrow / Down Arrow
  • Ball movement with basic collision detection
  • Score tracking for both players
  • Simple graphics using Python Turtle

๐Ÿ–ผ๏ธ Screenshots

Game Start


๐Ÿงฉ How to Play

  1. Make sure Python 3 is installed.
  2. Run the game with:
    python pong.py

About

Basic pong game I made using python, playing around with basic graphics and collisions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages