Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 566 Bytes

Pong-Game-Recreation

Recreation of the original pong game in python

  1. Download the files/folders from the repository
  2. Place the folder "Items" and the file Screen Tennis.py in the same folder if downloaded separately.

These packages are inbuilt/pre-installed generally if the computer throws an error then download the necessary python packages using pip.

(Syntax : "pip install <package_name>")

[Packages Used: turtle, random, threading, winsound, time, tkinter, csv]

Note: Game Sound only wokrs in windows machines due to usage of the winsound module.