Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 329 Bytes

File metadata and controls

19 lines (14 loc) · 329 Bytes

Pong-game

Pong game using Turtle in Python

to use the sound feature

if you are on Linux: uncomment

os.system("aplay bounce.wav&")

if you are on MacOS: uncomment

os.system("afplay bounce.wav&")

pong