Pong Final Version- Python 3
I was able to finish my version of the Pong game this past weekend. I added scoring and sound. I was able to add sound to the game using this window's winsound method. The sound isn't great but I am happy to do done with this version of the game.
Adding sound games built with python turtle in windows:
import winsound
winsound.PlaySound("sound_file.wav", winsound.SND_ASYNC)
Comments
Post a Comment