Skip to content

Dhrumil0310/PingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong - Video Game

Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen.

Features

  1. A Python Turtle GUI game based on the popular pong video game.
  2. Play the game and show of your skills
  3. Standard rules of Pong.

Technology and Libraries Used

  1. Python - Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
  2. Turtle - Turtle is a extremely powerful python library used for game development.

Install Instructions

  1. Git clone the repository or alternatively download all the files and extract them

Run Python Script

  1. Complete Step 1 above
  2. Navigate to 'source' folder
  3. Open terminal in the same location
  4. python pong1.py

Screenshot

picture

About

Fun to play pong game made using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages