Recreation of the original pong game in python
- Download the files/folders from the repository
- 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.