Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 22, 2021 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/9e5b2981d7fef04f66e9559b8cd59b00 to your computer and use it in GitHub Desktop.
Save parzibyte/9e5b2981d7fef04f66e9559b8cd59b00 to your computer and use it in GitHub Desktop.
def reproducir_sonido_acertado():
pygame.mixer.Sound.play(sonido_acertado)
def reproducir_sonido_error():
pygame.mixer.Sound.play(sonido_fallado)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment