You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this was written five months ago. But since no one has chimed in, I thought I would.
Yes, it is pygame that you need, and that is the correct website. Try looking for the download page and installing it on your Mac/PC. Let me know if you have any questions. I've got this app working great myself, though I had to get a few other bits and pieces installed first.
It's only used for sound. You can remove this part from code:
if os.path.isfile(wavFile):
if self.hasSound.get() == 1:
pygame.init()
sound = pygame.mixer.Sound("warcry.wav")
sound.play()
And the readme has no instructions about what that might be or where to find it.
There's a pygame project at http://www.pygame.org , but it doesn't seem to be the right thing.
The text was updated successfully, but these errors were encountered: